From c78ee2e488251f4e13ad92b746da8b8875f51ab5 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 30 Apr 2016 05:57:45 -0700 Subject: use shell script to build tools --- Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3