-f was missing in the rm command of the clean target

This commit is contained in:
Pascal Brisset
2007-10-26 14:09:22 +00:00
parent 55e51523f0
commit b2e266834a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ plot_test:
clean:
rm *~ motor_bench
rm -f *~ motor_bench
+1 -1
View File
@@ -33,7 +33,7 @@ paparazzicenter.cmo : gtk_pc.cmo gtk_process.cmo pc_common.cmo pc_control_panel.
pc_control_panel.cmo pc_aircraft.cmo : pc_common.cmo
clean:
\rm *.cm* gtk_pc.ml gtk_process.ml .depend paparazzicenter
\rm -f *.cm* gtk_pc.ml gtk_process.ml .depend paparazzicenter
#
# Dependencies