mirror of https://github.com/pret/pokecrystal.git
Fix the make pngs target.
This commit is contained in:
parent
bf500883fc
commit
07b9c4b030
2
Makefile
2
Makefile
|
@ -76,8 +76,8 @@ pokecrystal.gbc: $(crystal_obj)
|
||||||
pngs:
|
pngs:
|
||||||
find . -iname "*.lz" -exec $(gfx) unlz {} +
|
find . -iname "*.lz" -exec $(gfx) unlz {} +
|
||||||
find . -iname "*.[12]bpp" -exec $(gfx) png {} +
|
find . -iname "*.[12]bpp" -exec $(gfx) png {} +
|
||||||
find . -iname "*.lz" -exec touch {} +
|
|
||||||
find . -iname "*.[12]bpp" -exec touch {} +
|
find . -iname "*.[12]bpp" -exec touch {} +
|
||||||
|
find . -iname "*.lz" -exec touch {} +
|
||||||
|
|
||||||
%.2bpp: %.png ; @$(gfx) 2bpp $<
|
%.2bpp: %.png ; @$(gfx) 2bpp $<
|
||||||
%.1bpp: %.png ; @$(gfx) 1bpp $<
|
%.1bpp: %.png ; @$(gfx) 1bpp $<
|
||||||
|
|
Loading…
Reference in New Issue