summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 0c6154126..67b2ec720 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ PREPROC := tools/preproc/preproc
.PRECIOUS: %.1bpp %.4bpp %.8bpp %.gbapal %.lz
-.PHONY: rom tools gbagfx scaninc preproc clean compare
+.PHONY: rom clean compare
C_SRCS := $(wildcard src/*.c)
C_OBJS := $(C_SRCS:%.c=%.o)
@@ -47,17 +47,6 @@ ELF := $(ROM:.gba=.elf)
rom: $(ROM)
-tools: gbagfx scaninc preproc
-
-gbagfx:
- cd tools/gbagfx && make
-
-scaninc:
- cd tools/scaninc && make
-
-preproc:
- cd tools/preproc && make
-
# For contributors to make sure a change didn't affect the contents of the ROM.
compare: $(ROM)
@$(SHA1) rom.sha1