ref: 1953e89b86572fec2e0628ddee029833c253eca9
parent: 81c6bed27d4251c90ebff8475398c69e22781966
author: yenatch <yenatch@gmail.com>
date: Mon Dec 9 18:47:39 EST 2013
makefile: find -delete isnt portable
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
rm -f $(ROMS)
rm -f $(OBJS)
rm -f globals.asm
- find -iname '*.tx' -delete
+ @echo "removing *.tx" && rm -f $(shell find . -iname '*.tx' -printf '"%p" ')
rm -f redrle