Skip to content

Instantly share code, notes, and snippets.

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