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.
This commit is contained in:
yenatch 2016-03-01 20:58:00 -05:00
parent 21a9fac5d0
commit 782cbc14d6

View File

@ -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: