Use safer and more standard POSIX find options.

This commit is contained in:
IIMarckus 2013-12-09 23:00:38 -07:00
parent f17320d7a8
commit 515357a450

View file

@ -32,7 +32,7 @@ clean:
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