From 5bf4065314f7661fba3d0ca56e92b06f5dd99a7f Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 19 Nov 2008 14:28:26 -0600 Subject: [PATCH] better fix for deleting the factor library on make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 973ba1f3d4..ffcbf6364c 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,dylib} vm/resources.o: $(WINDRES) vm/factor.rs vm/resources.o