Use a path argument for find as required by POSIX.

This commit is contained in:
IIMarckus 2014-09-23 22:20:27 -06:00
parent 4f018846fb
commit c28be21260

View File

@ -43,7 +43,7 @@ crystal: pokecrystal.gbc
clean:
rm -f $(roms) $(all_obj)
find -iname '*.tx' -exec rm {} +
find . -iname '*.tx' -exec rm {} +
baserom.gbc: ;
@echo "Wait! Need baserom.gbc first. Check README and INSTALL for details." && false