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