summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2020-12-14 11:55:21 -0600
committerdannye <33dannye@gmail.com>2020-12-14 11:55:21 -0600
commit0b5fd66db9a00876d77e62f71c30f8c87cf0d421 (patch)
tree758fccec5293b1f962ccfaa488fc3b9b02a425b5
parent39a28b59981b0c56b5b1d829b94c6e86c7a9c829 (diff)
Makefile: always compare by default
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b78a54e..c5b5265 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ RGBLINK ?= $(RGBDS)rgblink
.SECONDARY:
.PHONY: all tcg clean tidy compare tools
-all: $(rom)
-tcg: $(rom)
+all: $(rom) compare
+tcg: $(rom) compare
clean: tidy
find src/gfx \( -iname '*.1bpp' -o -iname '*.2bpp' -o -iname '*.pal' \) -delete