summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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