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)