From 51f8de715d4abd2065f3f1df57e546571c904faf Mon Sep 17 00:00:00 2001 From: David Griffith Date: Mon, 30 Jul 2018 23:02:57 -0700 Subject: [PATCH] Clean up the clean target. --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d0d3fa9..ae0f7ce 100644 --- a/Makefile +++ b/Makefile @@ -304,10 +304,13 @@ frotz-$(GIT_TAG).tar.gz: git archive --format=tar.gz -o "frotz-$(GIT_TAG).tar.gz" "$(GIT_TAG)" clean: $(SUB_CLEAN) - rm -f $(SRCDIR)/*.h $(SRCDIR)/*.a $(COMMON_DEFINES) \ + rm -f $(SRCDIR)/*.h \ + $(SRCDIR)/*.a \ + $(COMMON_DEFINES) \ $(COMMON_STRINGS) \ - $(COMMON_DIR)/git_hash.h $(CURSES_DEFINES) \ - $(OBJECTS) frotz*.tar.gz + $(HASH) \ + $(CURSES_DEFINES) \ + frotz*.tar.gz distclean: clean rm -f frotz$(EXTENSION) dfrotz$(EXTENSION) sfrotz$(EXTENSION) -- 2.34.1