]> gitweb.factorcode.org Git - factor.git/commitdiff
Fixed clean.app target
authorBenjamin Pollack <benjamin.pollack@gmail.com>
Thu, 16 Nov 2006 20:43:25 +0000 (20:43 +0000)
committerBenjamin Pollack <benjamin.pollack@gmail.com>
Thu, 16 Nov 2006 20:43:25 +0000 (20:43 +0000)
Makefile

index 75a73e5af87a8b2971df2540e8d001816507c1e3..8f0343d86089b4891030fe63d8817bab920f13b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,6 @@ clean:
        rm -f vm/*.o
 
 clean.app:
-       rm -rf $(BUNDLE)/Contents/Resources/
        rm -f $(BUNDLE)/Contents/MacOS/Factor
 
 .c.o: