Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
300a19b
)
Genericized the dist target a bit more.
author
David Griffith
<dave@661.org>
Wed, 30 Mar 2022 00:41:00 +0000
(17:41 -0700)
committer
David Griffith
<dave@661.org>
Wed, 30 Mar 2022 00:41:00 +0000
(17:41 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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