build: added configure_px4fmu to clean target

This commit is contained in:
Andrew Tridgell 2013-01-20 21:14:39 +11:00
parent 0655b1a925
commit 33bcd50284

View File

@ -8,6 +8,7 @@ px4:
px4-clean: clean
make -C $(PX4_ROOT) EXTERNAL_APPS=$(PWD) clean
make -C $(PX4_ROOT) EXTERNAL_APPS=$(PWD) configure_px4fmu
px4-upload:
make -C $(PX4_ROOT) EXTERNAL_APPS=$(PWD) upload