Skip to content
Snippets Groups Projects
Makefile 195 B
Newer Older
SUBDIRS = lwip system lib/core lib/support ble inet qrcode

$(TOPTARGETS): $(SUBDIRS)
$(SUBDIRS):
		$(MAKE) -C $@ $(MAKECMDGOALS)

.PHONY: $(TOPTARGETS) $(SUBDIRS)