Skip to content

Instantly share code, notes, and snippets.

@jlouis
Created January 17, 2017 18:28
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 jlouis/2057baee123e60d1eef93771b3625863 to your computer and use it in GitHub Desktop.
Save jlouis/2057baee123e60d1eef93771b3625863 to your computer and use it in GitHub Desktop.
[jlouis@lady-of-pain ~]$ make
No
[jlouis@lady-of-pain ~]$ Y=y make
y
Yes
.PHONY: foo
ifdef Y
X := "Yes"
else
X := "No"
endif
foo:
@echo ${Y}
@echo ${X}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment