summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-03-21 08:04:00 -0400
committeryenatch <yenatch@gmail.com>2016-03-21 08:04:00 -0400
commit85d30fa0796f02a6d390fe4694bcbf21b8398fb5 (patch)
tree9d4dccd863dfd2f595093f124251e69d72b05ca0
parent9ce74b3d2c7b0a6a678e234fd06dd898e1e372d0 (diff)
Fix make deleting files that aren't actually intermediate.
make was deciding that a couple .blk files were actually intermediate. Still don't know what is causing that issue. This is a temporary fix that will probably be forgotten about and become a permanent one.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67eed8ad8..49bad471e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ MD5 := md5sum -c --quiet
.SUFFIXES:
.PHONY: all clean crystal crystal11
.SECONDEXPANSION:
-.PRECIOUS: %.2bpp %.1bpp
+.PRECIOUS: %.2bpp %.1bpp %.blk %.bin %.tilemap
poketools := extras/pokemontools
gfx := $(PYTHON) gfx.py