这个问题应该从标题中清楚,但这里是。
哪个更好,或者,有没有更好的选择:
thing: rm -f a.file b.file doTheMake thing: -rm a.file b.file doTheMake
我想总是删除 a.file和b.file之前doTheMake运行。
a.file
b.file
doTheMake
makefile
makefile ×1