mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix touching in make pngs.
This commit is contained in:
parent
69198a5b3d
commit
f0af75e8d2
4
Makefile
4
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 "*.[12]bpp" -exec touch {} +
|
find . -iname "*.[12]bpp" -exec touch {} \;
|
||||||
find . -iname "*.lz" -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
Block a user