From 92cea4a1b509fcbbb7080bc09d83804827740341 Mon Sep 17 00:00:00 2001 From: Allanis Date: Fri, 15 Feb 2013 19:34:12 +0000 Subject: [PATCH] [Test] Last one. --- bin/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index 996c5bd..1fbb7d5 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -62,7 +62,6 @@ utils: mksprite clean: @echo -e "\tRemoving data.." rm -rf $(OBJS) $(APPNAME) $(DATA) pack core mksprite *.out a.txt - #rm -rf ../lib/lua/*.o ../lib/lua/*.a @echo -e "\tCleaning utils." @(cd ../utils/pack; $(MAKE) clean) @(cd ../utils/mkspr; $(MAKE) clean)