From c8f7afec32f37563799a0842e79835d649ad2e03 Mon Sep 17 00:00:00 2001 From: Thomas Nilefalk Date: Tue, 16 Jul 2019 23:50:18 +0200 Subject: [PATCH] Ensure winarun is also cleaned --- interpreter/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreter/Makefile.common b/interpreter/Makefile.common index 3fb319b42..5f5aa0f88 100644 --- a/interpreter/Makefile.common +++ b/interpreter/Makefile.common @@ -29,7 +29,7 @@ endif ####################################################################### .PHONY: clean clean: - -rm -rf $(UNITTESTS_OBJDIR) $(ARUNOBJDIR) $(WINARUNOBJDIR) arun{,.exe} MacArun*.zip gargoyle*.tgz gargoyle*.pkg ../bin/arun{,.exe} ../bin/winarun{,.exe} ../bin/dumpacd{,.exe} ../bin/glkarun{,.exe} arun.res + -rm -rf $(UNITTESTS_OBJDIR) $(ARUNOBJDIR) $(WINARUNOBJDIR) arun{,.exe} winarun{,.exe} MacArun*.zip gargoyle*.tgz gargoyle*.pkg ../bin/arun{,.exe} ../bin/winarun{,.exe} ../bin/dumpacd{,.exe} ../bin/glkarun{,.exe} arun.res ###################################################################