Skip to content

Instantly share code, notes, and snippets.

@eush77
Last active May 15, 2017 10:22
Show Gist options
  • Save eush77/a37902023de7b88c9e78d02928f6c879 to your computer and use it in GitHub Desktop.
Save eush77/a37902023de7b88c9e78d02928f6c879 to your computer and use it in GitHub Desktop.
Quine in GNU Make
Q=$(info Q=$(value Q))$(info $$(call Q))
$(call Q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment