From 3810cefaa24d6805d6ddfb7f7e3f905e4e6be626 Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 3 Mar 2016 00:06:09 -0500 Subject: [PATCH] Suppress deletion of .1bpp files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c81c101ca..52b8a2b18 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MD5 := md5sum -c --quiet .SUFFIXES: .PHONY: all clean crystal crystal11 .SECONDEXPANSION: -.PRECIOUS: %.2bpp +.PRECIOUS: %.2bpp %.1bpp poketools := extras/pokemontools gfx := $(PYTHON) gfx.py