summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTauwasser <Tauwasser@tauwasser.eu>2018-05-29 23:48:42 +0200
committerTauwasser <Tauwasser@tauwasser.eu>2018-05-30 00:20:30 +0200
commitad308a631b944d952779d2bf867ede20835d148a (patch)
tree6fffa52d3f62e61cffb0f0c5434e2259c1e82331 /Makefile
parent678055519c30f0f051b3782c0cc29051af321efd (diff)
Makefile: mark converted/compressed picture files precious
This is so a) they don't get deleted and b) they don't produce a huge rm line after the compare target ran. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 334439c..2069e0a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ MD5 := md5sum -c
.SUFFIXES:
.SUFFIXES: .asm .o .gb .png
.SECONDEXPANSION:
+.PRECIOUS: %.1bpp %.2bpp %.pic
ROMS := pokegold-spaceworld.gb
BASEROM := baserom.gb