diff options
author | yenatch <yenatch@gmail.com> | 2016-03-01 20:58:00 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-03-01 20:58:00 -0500 |
commit | 782cbc14d66e544ed78dc9d6468455baad239834 (patch) | |
tree | 53916e783a96c99031819d1a59af9b4b275ae107 | |
parent | 21a9fac5d04c5865ccdeac28e236067907a420c0 (diff) |
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.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |