shithub: pokecrystal

Download patch

ref: 370f84227b1db16d6a3d0e40d4b0eff975e5d388
parent: 0be6e6c910ea4ab7909d878aa12c4c7989d5ca13
author: yenatch <[email protected]>
date: Tue Mar 1 18:38:36 EST 2016

Suppress deletion of intermediate .2bpp files.

--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
 MD5 := md5sum -c --quiet
 
 .SUFFIXES:
-.SUFFIXES: .2bpp
 .PHONY: all clean crystal crystal11
 .SECONDEXPANSION:
+.PRECIOUS: %.2bpp
 
 poketools := extras/pokemontools
 gfx       := $(PYTHON) gfx.py