From e232dc8f6e4618cc5bf5294c9033f7d1994e21b9 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Fri, 27 Jul 2018 20:37:38 -0700 Subject: [PATCH] Added distclean build target. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c219514..ef7c47e 100644 --- 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" -- 2.34.1