summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-03-01 20:58:00 -0500
committeryenatch <yenatch@gmail.com>2016-03-01 20:58:00 -0500
commit782cbc14d66e544ed78dc9d6468455baad239834 (patch)
tree53916e783a96c99031819d1a59af9b4b275ae107
parent21a9fac5d04c5865ccdeac28e236067907a420c0 (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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb6a66726..c1e16af65 100644
--- 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: