PersonalVotingMachine/basic-setup/components/u8g2/sys/sdl/Makefile

11 lines
214 B
Makefile
Raw Permalink Normal View History

2020-12-22 14:30:09 +02:00
TOPTARGETS := all clean
NOWANTS=common/. text_kerning/.
SUBDIRS := $(filter-out $(NOWANTS), $(wildcard */.))
$(TOPTARGETS): $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)
.PHONY: $(TOPTARGETS) $(SUBDIRS)