From: David Griffith Date: Sat, 28 Jul 2018 03:37:38 +0000 (-0700) Subject: Added distclean build target. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=e232dc8f6e4618cc5bf5294c9033f7d1994e21b9;p=liskon_frotz.git Added distclean build target. --- 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"