diff options
author | YamaArashi <shadow962@live.com> | 2016-04-30 05:57:45 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-30 05:57:45 -0700 |
commit | c78ee2e488251f4e13ad92b746da8b8875f51ab5 (patch) | |
tree | 58d535b6d1fba9d169f8b4a1af482730ee3b9037 /Makefile | |
parent | cc210e57a699878b928ff1711ae9edd900ac4433 (diff) |
use shell script to build tools
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -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 |