歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux綜合 >> 學習Linux

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

交互式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