mirror of https://github.com/ArduPilot/ardupilot
Replay: add clean target for CI
CI has a generic infra that calls make clean before building and it fails for Replay since it doesn't have a clean target.
This commit is contained in:
parent
833f565f09
commit
631d4a1152
|
@ -6,4 +6,7 @@ all:
|
||||||
@cp ../../build/linux-debug/tools/Replay Replay.elf
|
@cp ../../build/linux-debug/tools/Replay Replay.elf
|
||||||
@echo Built Replay.elf
|
@echo Built Replay.elf
|
||||||
|
|
||||||
|
clean:
|
||||||
|
@cd ../../ && modules/waf/waf-light configure --board linux clean
|
||||||
|
|
||||||
linux-debug: all
|
linux-debug: all
|
||||||
|
|
Loading…
Reference in New Issue