summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-03-01 23:38:36 -0500
committeryenatch <yenatch@gmail.com>2016-03-01 23:38:36 -0500
commit370f84227b1db16d6a3d0e40d4b0eff975e5d388 (patch)
treebce495304a2d158ca6f54f92d3c64d00ff11a331
parent0be6e6c910ea4ab7909d878aa12c4c7989d5ca13 (diff)
Suppress deletion of intermediate .2bpp files.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 65c64ede0..4d4450e1a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@ PYTHON := python
MD5 := md5sum -c --quiet
.SUFFIXES:
-.SUFFIXES: .2bpp
.PHONY: all clean crystal crystal11
.SECONDEXPANSION:
+.PRECIOUS: %.2bpp
poketools := extras/pokemontools
gfx := $(PYTHON) gfx.py