初学makefile 编写脚本如下: var1 = var2 = hello all: ifndef $var1 $var1 = hello endif ifeq ($var1,$var2) echo "equal" else echo "not equal"
確定! 回上一頁