From a25a6ca354152600b784c1c7f24c523b6a7d65f2 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Tue, 29 Mar 2022 17:41:00 -0700 Subject: [PATCH] Genericized the dist target a bit more. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1