github.com/cloudfoundry-attic/garden-linux@v0.333.2-candidate/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