码迷,mamicode.com
首页 > 其他好文 > 详细

对 makefile 中 .DEFAULT 的理解

时间:2015-01-22 17:12:38      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:

上例子:

all:gao
    @echo "final"
.DEFAULT:
  @echo "In default"

由于 gao 是一个前提条件,但是 makefile中没有一个名字为 gao的目的。

所以符合 .DEFAULT 目的的执行条件。

故执行结果为:

In default

final

完毕

对 makefile 中 .DEFAULT 的理解

标签:

原文地址:http://www.cnblogs.com/wangluochong/p/4241844.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!