歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux綜合 >> 學習Linux >> 交互式makefile,交互式電子白板

交互式makefile,交互式電子白板

日期:2017/3/6 9:38:22   编辑:學習Linux

交互式makefile,交互式電子白板


交互式makefile,交互式電子白板


之前一直不知道在shell中調用read賦值後,怎麼傳給makefile中的變量,後來才恍然大悟。

myname := $(shell read -p "Enter your name:" name;\

echo $$name)

all :

@echo ${myname}

http://xxxxxx/Linuxjc/1135722.html TechArticle

Copyright © Linux教程網 All Rights Reserved