mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
misc cleaning
This commit is contained in:
@@ -414,7 +414,7 @@ clean_list :
|
|||||||
$(REMOVE) $(CPPSRC:.cpp=.d)
|
$(REMOVE) $(CPPSRC:.cpp=.d)
|
||||||
$(REMOVE) $(CPPSRCARM:.cpp=.s)
|
$(REMOVE) $(CPPSRCARM:.cpp=.s)
|
||||||
$(REMOVE) $(CPPSRCARM:.cpp=.d)
|
$(REMOVE) $(CPPSRCARM:.cpp=.d)
|
||||||
$(REMOVE) .dep/*
|
$(REMOVE) .dep
|
||||||
$(REMOVE) *~
|
$(REMOVE) *~
|
||||||
|
|
||||||
# Include the dependency files.
|
# Include the dependency files.
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ $(MAIN).opt : $(CMX)
|
|||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~* *.cm* *.o *.out *.opt map2d gcs
|
rm -f *~* *.cm* *.o *.out *.opt map2d gcs .depend
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ gaia : gaia.cmo
|
|||||||
$(Q)$(OCAMLC) $(INCLUDES) -c $<
|
$(Q)$(OCAMLC) $(INCLUDES) -c $<
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
rm -f *.cm* *~ *.out .depend *.o *.a *.so gaia
|
rm -f *.cm* *~ *.out .depend *.o *.a *.so gaia simhitl
|
||||||
|
|
||||||
#
|
#
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user