mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +08:00
-f was missing in the rm command of the clean target
This commit is contained in:
@@ -15,4 +15,4 @@ plot_test:
|
|||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm *~ motor_bench
|
rm -f *~ motor_bench
|
||||||
|
|||||||
@@ -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
|
pc_control_panel.cmo pc_aircraft.cmo : pc_common.cmo
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
\rm *.cm* gtk_pc.ml gtk_process.ml .depend paparazzicenter
|
\rm -f *.cm* gtk_pc.ml gtk_process.ml .depend paparazzicenter
|
||||||
|
|
||||||
#
|
#
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user