makefile编译所有cpp文件

相关视频讲解:Makefile 20分钟入门(opens new window)
相关资料:seisman/how-to-write-makefile (opens new window)GNU make(opens new window)
1 | ## version 1 |
注意Tab不可以用空格代替(vim 设置中 expandtab 也需要关闭)
1 | syntax on |
相关视频讲解:Makefile 20分钟入门(opens new window)
相关资料:seisman/how-to-write-makefile (opens new window)GNU make(opens new window)
1 | ## version 1 |
注意Tab不可以用空格代替(vim 设置中 expandtab 也需要关闭)
1 | syntax on |