2021-06-02 00:40:11 +00:00
|
|
|
|
2021-06-02 03:22:15 +00:00
|
|
|
MAKEFLAGS += --no-print-directory
|
|
|
|
|
2021-06-02 00:40:11 +00:00
|
|
|
TOOLDIRS := $(filter-out tools/agbcc tools/binutils,$(wildcard tools/*))
|
|
|
|
|
|
|
|
.PHONY: all $(TOOLDIRS)
|
|
|
|
|
|
|
|
all: $(TOOLDIRS)
|
|
|
|
|
|
|
|
$(TOOLDIRS):
|
|
|
|
@$(MAKE) -C $@
|