cloudfoundry/warden

View on GitHub
warden/src/Makefile

Summary

Maintainability
Test Coverage
default: all

# Proxy any target to the Makefiles in the per-tool directories
%:
    cd wsh && $(MAKE) $@
    cd oom && $(MAKE) $@
    cd repquota && $(MAKE) $@
    cd iomux && $(MAKE) $@
    cd closefds && $(MAKE) $@

.PHONY: default