From 85d30fa0796f02a6d390fe4694bcbf21b8398fb5 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 21 Mar 2016 08:04:00 -0400 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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