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:
c1ef714
)
Added distclean build target.
author
David Griffith
<dave@661.org>
Sat, 28 Jul 2018 03:37:38 +0000
(20:37 -0700)
committer
David Griffith
<dave@661.org>
Tue, 31 Jul 2018 08:45:29 +0000
(
01:45
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c2195148564741c7c2557747b54a9f48d7a8512a..ef7c47ea642757baddfc57b7b28f6d4dab4b9c6b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-266,6
+266,9
@@
clean: $(SUB_CLEAN)
$(COMMON_DIR)/git_hash.h $(CURSES_DEFINES) \
$(OBJECTS) frotz*.tar.gz
+distclean: clean
+ rm -f frotz$(EXTENSION) dfrotz$(EXTENSION) sfrotz$(EXTENSION)
+
help:
@echo "Targets:"
@echo " frotz: the standard edition"