Skip to content

Instantly share code, notes, and snippets.

@kmsheng
Created August 15, 2018 07:03
Show Gist options
  • Save kmsheng/52116509bab0ab0532986d69fd40d5e9 to your computer and use it in GitHub Desktop.
Save kmsheng/52116509bab0ab0532986d69fd40d5e9 to your computer and use it in GitHub Desktop.
simply expanded
A := "A"
B := $(A)
all:;@echo $(B)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment