Fix the make pngs target.

This commit is contained in:
yenatch 2015-06-26 10:47:13 -07:00
parent bf500883fc
commit 07b9c4b030

View File

@ -76,8 +76,8 @@ pokecrystal.gbc: $(crystal_obj)
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 $<