GNU make manual 翻译(十二)

简介:
继续翻译

复制代码
We split each long line into two lines using backslash-newline; this is    
like using one long line, but is easier to read.      
    
   To use this makefile to create the executable file called `edit',    
type:  
     make    
    
   To use this makefile to delete the executable file and all the object    
files from the directory, type:  
     make clean   
复制代码
 我们用 \ 把一个长的行分割成两行,这和一行没有区别,只是更容易读。

如果需要用这个makefile来生成一个可执行文件 edit, 键入:

 make

如果需要用这个makefile来删除可执行文件和所有的目标文件,键入:

make clean

后文待续


本文转自健哥的数据花园博客园博客,原文链接:http://www.cnblogs.com/gaojian/archive/2012/09/12/2681883.html,如需转载请自行联系原作者
目录
相关文章
|
Linux C语言
make: gcc:命令未找到
make: gcc:命令未找到
make: gcc:命令未找到
|
C语言 C++ Perl
如何处理错误消息Please install the gcc make perl packages
如何处理错误消息Please install the gcc make perl packages
143 0