You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Revert bad merge.
"Merge pull request #317 from yenatch/pngs-kind-of" This reverts commit25025d1b6c
, reversing changes made to0d17d4a758
.
This commit is contained in:
5
Makefile
5
Makefile
@@ -79,11 +79,6 @@ 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