Skip to content

Instantly share code, notes, and snippets.

@jashank
Created June 26, 2013 23:20
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 jashank/5872637 to your computer and use it in GitHub Desktop.
Save jashank/5872637 to your computer and use it in GitHub Desktop.
GNU make is broken
PROJECT = foo
include project.mk
ifndef ${PROJECT}
$(error PROJECT is not defined!)
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment