github.com/schwarzm/garden-linux@v0.0.0-20150507151835-33bca2147c47/Makefile (about)

     1  default: all
     2  
     3  # Proxy any target to the Makefile in the old directory
     4  %:
     5  	cd old && $(MAKE) $@
     6  
     7  .PHONY: default