makefile编写要点
摘要:
1、wildcard : 扩展通配符 2、notdir : 去除路径 3、patsubst :替换通配符 格式:$(patsubst <pattern>,<replacement>,<text> ) 1、 src=$(wildcard *.c ./sub/*.c) 会把./ 和/sub 下的 .c全 阅读全文
posted @ 2016-02-29 14:39 RedArcher 阅读(181) 评论(0) 推荐(0)
浙公网安备 33010602011771号