GNU make manual 翻译(二十八)

本文探讨了Makefile中用于清理目录的规则及其实际应用,包括如何使用make命令删除对象文件和可执行文件,以确保目录状态为'clean'。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

继续翻译

2.7 Rules for Cleaning the Directory                        
====================================                        
                        
Compiling a program is not the only thing you might want to write rules 
for.  Makefiles commonly tell how to do a few other things besides
compiling a program: for example, how to delete all the object files 
and executables so that the directory is `clean'.                        
                        
   Here is how we could write a `make' rule for cleaning our example 
editor: 
clean: rm edit $(objects)

2.7 删除目录的规则

也许你写规则不仅仅是为了编译程序。makefie 通常也可以用来作编译一个程序之外的其他事情:例如,

如何删除一个目录下的所有目标文件和可执行文件,以使得该目录干净(clean)。

这里有一个如何写一个 make 规则来清理 editor程序的例子:

clean:

      rm  edit $(objects)

后文待续

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值