Added distclean build target.
authorDavid Griffith <dave@661.org>
Sat, 28 Jul 2018 03:37:38 +0000 (20:37 -0700)
committerDavid Griffith <dave@661.org>
Tue, 31 Jul 2018 08:45:29 +0000 (01:45 -0700)
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"