build: fixed up px4-clean to clean both trees
This commit is contained in:
parent
7daa697f4b
commit
534169d148
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user