StackOverflow 文件 makefile 教程 變數 條件變數賦值 條件變數賦值 Created: November-22, 2018 ?= 運算子是一個行為類似於 = 的擴充套件,除了僅在尚未設定變數時才會發生賦值。 x = hello x ?= world # $(x) will yield "hello" 自動變數變數