From 16c277f65a416d1e094b792ef459a1fa9cec2b65 Mon Sep 17 00:00:00 2001 From: William Moore Date: Mon, 25 Jul 2022 16:55:39 -0500 Subject: [PATCH] Update to generically build and clean --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 10db453..5748613 100644 --- a/Makefile +++ b/Makefile @@ -26,5 +26,4 @@ clean_inform: clean: $(foreach TARGET_NAME, $(TARGETS), - rm -rf $(SRCDIR)/$(TARGET_NAME).inform/Build $(SRCDIR)/$(TARGET_NAME).inform/Index $(SRCDIR)/$(TARGET_NAME).inform/*.plist $(SRCDIR)/$(TARGET_NAME).inform/*.iFiction $(SRCDIR)/$(TARGET_NAME).inform/*.blurb ) -# - rm -rf $(PROJDIR)/Build - rm *.gblorb