Skip to content

Instantly share code, notes, and snippets.

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