You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Add an init
makefile target to prevent data that can't be reasonably reproduced from being rebuilt.
This is only meant to be run once.
This commit is contained in:
5
Makefile
5
Makefile
@@ -79,6 +79,11 @@ pngs:
|
||||
find . -iname "*.[12]bpp" -exec touch {} \;
|
||||
find . -iname "*.lz" -exec touch {} \;
|
||||
|
||||
init:
|
||||
find . -iname "*.[12]bpp" -exec touch {} \;
|
||||
find . -iname "*.lz" -exec touch {} \;
|
||||
|
||||
|
||||
%.2bpp: %.png ; $(gfx) 2bpp $<
|
||||
%.1bpp: %.png ; $(gfx) 1bpp $<
|
||||
%.lz: % ; $(gfx) lz $<
|
||||
|
Reference in New Issue
Block a user