shithub: pokecrystal

Download patch

ref: 07b9c4b03044a6e24bfeb784df62da71ff58ae94
parent: bf500883fce6239dd9b96a945f3cd69ca388ce8e
author: yenatch <[email protected]>
date: Fri Jun 26 06:47:13 EDT 2015

Fix the make pngs target.

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