Skip to content

Instantly share code, notes, and snippets.

@tpiekarski
Created March 23, 2020 10:22
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 tpiekarski/6511205d3265b5bee92ab16db3fb065d to your computer and use it in GitHub Desktop.
Save tpiekarski/6511205d3265b5bee92ab16db3fb065d to your computer and use it in GitHub Desktop.
Variables inside Makefiles
something:
$(eval variable = 123)
$(info Using variables in Makefiles... The value of variable is $(variable))
@echo $(variable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment