mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Suppress deletion of .1bpp files.
This commit is contained in:
parent
13f5590abe
commit
3810cefaa2
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ MD5 := md5sum -c --quiet
|
|||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.PHONY: all clean crystal crystal11
|
.PHONY: all clean crystal crystal11
|
||||||
.SECONDEXPANSION:
|
.SECONDEXPANSION:
|
||||||
.PRECIOUS: %.2bpp
|
.PRECIOUS: %.2bpp %.1bpp
|
||||||
|
|
||||||
poketools := extras/pokemontools
|
poketools := extras/pokemontools
|
||||||
gfx := $(PYTHON) gfx.py
|
gfx := $(PYTHON) gfx.py
|
||||||
|
Loading…
Reference in New Issue
Block a user