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)