Makefile parameters pass 參數傳遞

command

$make ARCH=7777777777777777777777777777777

Makefile content

$(warning $(ARCH))

output

Makefile:1: 7777777777777777777777777777777
make: *** No targets.  Stop.
原文地址:https://www.cnblogs.com/youchihwang/p/7044689.html