2016-07-27 08:28:30 -03:00
|
|
|
# this is meant to make existing build instructions work with waf
|
|
|
|
|
|
|
|
all:
|
2020-11-08 16:45:44 -04:00
|
|
|
@cd ../../ && modules/waf/waf-light configure --board sitl --debug --disable-scripting
|
2021-07-05 06:39:16 -03:00
|
|
|
@cd ../../ && modules/waf/waf-light --target tool/Replay
|
|
|
|
@cp ../../build/sitl/tool/Replay Replay.elf
|
2016-07-27 08:28:30 -03:00
|
|
|
@echo Built Replay.elf
|
|
|
|
|
2016-08-29 09:26:40 -03:00
|
|
|
clean:
|
2020-11-08 16:45:44 -04:00
|
|
|
@cd ../../ && modules/waf/waf-light configure --board sitl clean
|
2016-08-29 09:26:40 -03:00
|
|
|
|
2016-07-27 08:28:30 -03:00
|
|
|
linux-debug: all
|