shithub: pokecrystal

Download patch

ref: c28be212607ded804539975ae6905f218b73bcca
parent: 4f018846fb35ca08cb2b0dc7a1f9159905c16777
author: IIMarckus <iimarckus@gmail.com>
date: Tue Sep 23 18:20:27 EDT 2014

Use a path argument for find as required by POSIX.

--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@
 
 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