summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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