github.com/schwarzm/garden-linux@v0.0.0-20150507151835-33bca2147c47/old/linux_backend/src/Makefile (about) 1 default: all 2 3 # Proxy any target to the Makefiles in the per-tool directories 4 %: 5 cd wsh && $(MAKE) $@ 6 cd oom && $(MAKE) $@ 7 cd nstar && $(MAKE) $@ 8 cd repquota && $(MAKE) $@ 9 10 .PHONY: default