您的位置:首页 > 其它

Makefile and the process of Make

2011-08-20 17:30 323 查看
Read the makefile which includes dependencies and rules. According to the dependencies and rules to build the target.

g++ -MM main.cpp file.cpp is used to list the file dependences.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐