shithub: pokecrystal

Download patch

ref: 7608472ef4313877a11f290097a8bd8c1b78e40c
parent: 172a1488defdb83b342046ec24fa25388f5a5f3b
parent: aa9fd87a0900a408443bcfe4ab2ddd7bd49c550c
author: JimB16 <f1@jimb.de>
date: Sun Aug 30 09:18:44 EDT 2015

Merge remote-tracking branch 'upstream/master'

git/query: bad hash 5ad74a89aee5181b30eed0b11ef75c1b01ed41eb
--- a/Makefile
+++ b/Makefile
@@ -76,8 +76,8 @@
 pngs:
 	find . -iname "*.lz"      -exec $(gfx) unlz {} +
 	find . -iname "*.[12]bpp" -exec $(gfx) png  {} +
-	find . -iname "*.[12]bpp" -exec touch {} +
-	find . -iname "*.lz"      -exec touch {} +
+	find . -iname "*.[12]bpp" -exec touch {} \;
+	find . -iname "*.lz"      -exec touch {} \;
 
 %.2bpp: %.png ; $(gfx) 2bpp $<
 %.1bpp: %.png ; $(gfx) 1bpp $<