makefile: find -delete isnt portable

This commit is contained in:
yenatch 2013-12-09 23:47:39 -05:00
parent 81c6bed27d
commit 1953e89b86

View file

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