mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-15 09:36:03 -05:00
12 lines
280 B
Makefile
12 lines
280 B
Makefile
MAKEFLAGS += --no-print-directory
|
|
|
|
#TOOLDIRS := $(filter-out tools/mwccarm tools/bin tools/ntr_merge_elf tools/asmdiff,$(wildcard tools/*))
|
|
TOOLDIRS := tools/fixrom tools/gen_fx_consts tools/mwasmarm_patcher
|
|
|
|
.PHONY: all $(TOOLDIRS)
|
|
|
|
all: $(TOOLDIRS)
|
|
|
|
$(TOOLDIRS):
|
|
$(MAKE) -C $@
|