From bcd314aa465b96e2ed9e04af15ebbf2d387bf93e Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 18 Nov 2008 22:54:22 -0600 Subject: [PATCH] less aggressive make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 973ba1f3d4..7ef6be33da 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,7 @@ factor: $(DLL_OBJS) $(EXE_OBJS) clean: rm -f vm/*.o - rm -f factor*.dll libfactor*.* + rm -f factor*.dll libfactor{.a,.so} vm/resources.o: $(WINDRES) vm/factor.rs vm/resources.o