2016-07-27 08:28:30 -03:00
|
|
|
# this is meant to make existing build instructions work with waf
|
|
|
|
|
|
|
|
all:
|
2020-11-05 19:25:17 -04:00
|
|
|
@cd ../../ && modules/waf/waf-light configure --board linux --debug --disable-scripting
|
2018-04-20 21:35:06 -03:00
|
|
|
@cd ../../ && modules/waf/waf-light --target tools/Replay
|
2018-05-08 23:58:14 -03:00
|
|
|
@cp ../../build/linux/tools/Replay Replay.elf
|
2016-07-27 08:28:30 -03:00
|
|
|
@echo Built Replay.elf
|
|
|
|
|
2016-08-29 09:26:40 -03:00
|
|
|
clean:
|
|
|
|
@cd ../../ && modules/waf/waf-light configure --board linux clean
|
|
|
|
|
2016-07-27 08:28:30 -03:00
|
|
|
linux-debug: all
|