Skip to content

Instantly share code, notes, and snippets.

@rofl0r
Forked from o11c/Makefile
Created August 13, 2014 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rofl0r/d0c00915cf959a7d3dd4 to your computer and use it in GitHub Desktop.
Save rofl0r/d0c00915cf959a7d3dd4 to your computer and use it in GitHub Desktop.
.DEFAULT_GOAL := all
.PHONY: ${MAKECMDGOALS}
$(filter-out all,${MAKECMDGOALS}) all: .forward-all ;
.forward-all:
${MAKE} -C build ${MAKECMDGOALS}
${MAKEFILE_LIST}: ;
.SUFFIXES:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment