From 0351531b6b9b7829105d3fb084c593ed20e0e8fd Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Fri, 15 Feb 2013 19:28:10 +0000
Subject: [PATCH] [Test] Sorry. Just testing some hooks.

---
 bin/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/Makefile b/bin/Makefile
index 1fbb7d5..996c5bd 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -62,6 +62,7 @@ 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)