2021-06-02 04:22:15 +01:00
|
|
|
MAKEFLAGS += --no-print-directory
|
|
|
|
|
2023-02-25 19:48:16 +00:00
|
|
|
# Inclusive list. If you don't want a tool to be built, don't add it here.
|
2023-02-08 17:35:28 +00:00
|
|
|
TOOLDIRS := tools/aif2pcm tools/bin2c tools/gbafix tools/gbagfx tools/jsonproc tools/mapjson tools/mid2agb tools/preproc tools/ramscrgen tools/rsfont tools/scaninc
|
2021-06-02 01:40:11 +01:00
|
|
|
|
|
|
|
.PHONY: all $(TOOLDIRS)
|
|
|
|
|
|
|
|
all: $(TOOLDIRS)
|
|
|
|
|
|
|
|
$(TOOLDIRS):
|
|
|
|
@$(MAKE) -C $@
|