mirror of https://github.com/pret/pokecrystal.git
Suppress deletion of intermediate .2bpp files.
This commit is contained in:
parent
0be6e6c910
commit
370f84227b
2
Makefile
2
Makefile
|
@ -2,9 +2,9 @@ PYTHON := python
|
||||||
MD5 := md5sum -c --quiet
|
MD5 := md5sum -c --quiet
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .2bpp
|
|
||||||
.PHONY: all clean crystal crystal11
|
.PHONY: all clean crystal crystal11
|
||||||
.SECONDEXPANSION:
|
.SECONDEXPANSION:
|
||||||
|
.PRECIOUS: %.2bpp
|
||||||
|
|
||||||
poketools := extras/pokemontools
|
poketools := extras/pokemontools
|
||||||
gfx := $(PYTHON) gfx.py
|
gfx := $(PYTHON) gfx.py
|
||||||
|
|
Loading…
Reference in New Issue