summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-30 05:57:45 -0700
committerYamaArashi <shadow962@live.com>2016-04-30 05:57:45 -0700
commitc78ee2e488251f4e13ad92b746da8b8875f51ab5 (patch)
tree58d535b6d1fba9d169f8b4a1af482730ee3b9037 /Makefile
parentcc210e57a699878b928ff1711ae9edd900ac4433 (diff)
use shell script to build tools
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