Skip to content

Instantly share code, notes, and snippets.

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