u8g2-copy/sys/sdl/Makefile

11 lines
214 B
Makefile
Raw Normal View History

2017-11-21 16:40:06 +08:00
TOPTARGETS := all clean
NOWANTS=common/. text_kerning/.
SUBDIRS := $(filter-out $(NOWANTS), $(wildcard */.))
$(TOPTARGETS): $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)
.PHONY: $(TOPTARGETS) $(SUBDIRS)