Skip to content

Instantly share code, notes, and snippets.

@saxenap
Created April 23, 2018 01:55
Show Gist options
  • Save saxenap/e77509a56d96e59c4fbac7cc0d920824 to your computer and use it in GitHub Desktop.
Save saxenap/e77509a56d96e59c4fbac7cc0d920824 to your computer and use it in GitHub Desktop.
.PHONY: printvars
printvars:
@$(foreach V,$(sort $(.VARIABLES)), \
$(if $(filter-out environment% default automatic, \
$(origin $V)),$(warning $V=$($V) ($(value $V)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment