ref: 515357a4504aa8c0816f088054c26f1902e71e72
parent: f17320d7a835709da4c991e0e67300d001ffc53c
author: IIMarckus <iimarckus@gmail.com>
date: Mon Dec 9 18:00:38 EST 2013
Use safer and more standard POSIX find options.
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
rm -f $(ROMS)
rm -f $(OBJS)
rm -f globals.asm
- @echo "removing *.tx" && rm -f $(shell find . -iname '*.tx' -printf '"%p" ')
+ @echo "removing *.tx" && find . -iname '*.tx' -exec rm {} +
rm -f redrle