mirror of
https://github.com/pret/berry-fix.git
synced 2026-03-21 17:54:20 -05:00
12 lines
182 B
Makefile
12 lines
182 B
Makefile
|
|
MAKEFLAGS += --no-print-directory
|
|
|
|
TOOLDIRS := $(filter-out tools/agbcc tools/binutils,$(wildcard tools/*))
|
|
|
|
.PHONY: all $(TOOLDIRS)
|
|
|
|
all: $(TOOLDIRS)
|
|
|
|
$(TOOLDIRS):
|
|
@$(MAKE) -C $@
|