diff options
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 |