From 358f99d7dd8aa3adae2db7f6eb1bab0039ed5b9a Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 19 Nov 2008 01:58:22 -0600 Subject: [PATCH] Revert "less aggressive make clean" This reverts commit bcd314aa465b96e2ed9e04af15ebbf2d387bf93e. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ef6be33da..973ba1f3d4 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,7 @@ factor: $(DLL_OBJS) $(EXE_OBJS) clean: rm -f vm/*.o - rm -f factor*.dll libfactor{.a,.so} + rm -f factor*.dll libfactor*.* vm/resources.o: $(WINDRES) vm/factor.rs vm/resources.o