Makefile中的变量和shell变量
摘要:我们在写makefile时 多多少少会用到shell脚本, 对于变量的在shell中的使用有一些要注意的细节。让我们从一个简单的makefile来看看。 注意makefile中一定要有一个目标,且一定要有一个终极目标,若想要有多个目标应该设立一个伪目标。如下: all: hello hello2 h
阅读全文
posted @ 2017-01-12 13:30
posted @ 2017-01-12 13:30
posted @ 2017-01-11 12:26
posted @ 2017-01-11 10:49
posted @ 2017-01-06 12:54
posted @ 2017-01-05 12:53
posted @ 2017-01-03 15:23