ref: 85d30fa0796f02a6d390fe4694bcbf21b8398fb5
parent: 9ce74b3d2c7b0a6a678e234fd06dd898e1e372d0
author: yenatch <yenatch@gmail.com>
date: Mon Mar 21 04:04:00 EDT 2016
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.
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
.SUFFIXES:
.PHONY: all clean crystal crystal11
.SECONDEXPANSION:
-.PRECIOUS: %.2bpp %.1bpp
+.PRECIOUS: %.2bpp %.1bpp %.blk %.bin %.tilemap
poketools := extras/pokemontools
gfx := $(PYTHON) gfx.py