github.com/geofffranks/garden-linux@v0.0.0-20160715111146-26c893169cfa/linux_backend/src/Makefile (about)

     1  default: all
     2  
     3  # Proxy any target to the Makefiles in the per-tool directories
     4  %:
     5  	cd oom && $(MAKE) $@
     6  	cd nstar && $(MAKE) $@
     7  
     8  .PHONY: default