build: fixed up px4-clean to clean both trees

This commit is contained in:
Andrew Tridgell 2013-01-02 17:51:48 +11:00
parent 7daa697f4b
commit 534169d148

View File

@ -5,7 +5,7 @@ ifneq ($(PX4_ROOT),)
px4:
make -C $(PX4_ROOT) EXTERNAL_APPS=$(PWD)
px4-clean:
px4-clean: clean
make -C $(PX4_ROOT) EXTERNAL_APPS=$(PWD) clean
px4-upload: