Genericized the dist target a bit more.
authorDavid Griffith <dave@661.org>
Wed, 30 Mar 2022 00:41:00 +0000 (17:41 -0700)
committerDavid Griffith <dave@661.org>
Wed, 30 Mar 2022 00:41:00 +0000 (17:41 -0700)
Makefile

index d35643f2fc729cfa5a48e7f6db57241118317f0d..2e6d7b9e11b507326e355144a2218763ab0ce722 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -717,7 +717,7 @@ dist: $(NAME)-$(VERSION).tar.gz
 frotz-$(VERSION).tar.gz:
 ifneq ($(and $(wildcard $(GIT_DIR)),$(shell which git)),)
        git archive --format=tgz --prefix $(NAME)-$(VERSION)/ HEAD -o $(NAME)-$(VERSION).tar.gz
-       @echo frotz-$(VERSION).tar.gz created.
+       @echo $(NAME)-$(VERSION).tar.gz created.
 else
        @echo "Not in a git repository or git command not found.  Cannot make a zip file."
 endif