From 2dea6c3c11ae740231995abd739afe74085b6b54 Mon Sep 17 00:00:00 2001 From: Allanis Date: Fri, 15 Feb 2013 19:17:56 +0000 Subject: [PATCH] [Test] Test commit. --- 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)