From c28be212607ded804539975ae6905f218b73bcca Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Tue, 23 Sep 2014 22:20:27 -0600 Subject: Use a path argument for find as required by POSIX. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 150e9bb80..b77607436 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3