From: David Griffith Date: Wed, 30 Mar 2022 00:41:00 +0000 (-0700) Subject: Genericized the dist target a bit more. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=a25a6ca354152600b784c1c7f24c523b6a7d65f2;p=liskon_frotz.git Genericized the dist target a bit more. --- diff --git a/Makefile b/Makefile index d35643f..2e6d7b9 100644 --- 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