ref: 782cbc14d66e544ed78dc9d6468455baad239834
parent: 21a9fac5d04c5865ccdeac28e236067907a420c0
author: yenatch <[email protected]>
date: Tue Mar 1 15:58:00 EST 2016
Only use suffixes needed for intermediate rules. This is technically a hack, since keeping the .asm suffix was causing nonexistent rules to be evaluated as per the next commit. On the other hand, this is the intended purpose of .SUFFIXES.
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
PYTHON := python
MD5 := md5sum -c --quiet
-.SUFFIXES: .asm .o .gbc .png .2bpp .1bpp .lz .pal .bin .blk .tilemap
+.SUFFIXES:
+.SUFFIXES: .2bpp
.PHONY: all clean crystal crystal11
.SECONDEXPANSION: