Added '-f' flag to the 'rm' call in the clean target.
This commit is contained in:
parent
424bb5bda1
commit
f928ea7c94
@ -25,5 +25,5 @@ ml-principle2.eps: ml-principle2.fig
|
||||
directory-struct.eps: directory-struct.fig
|
||||
|
||||
clean distclean realclean:
|
||||
rm petidomo.aux petidomo.dvi petidomo.idx petidomo.log petidomo.ps petidomo.toc
|
||||
rm -f petidomo.aux petidomo.dvi petidomo.idx petidomo.log petidomo.ps petidomo.toc
|
||||
rm -f ml-principle1.eps ml-principle2.eps directory-struct.eps
|
||||
|
||||
Loading…
Reference in New Issue
Block a user