There was an error while loading. Please reload this page.
SUBDIRS = ... define make-recursive for subdir in $(SUBDIRS); do \ make -C $$subdir $@; \ done endef your_target: ... $(make-recursive) ...