Replay: changed Makefile to use waf

This commit is contained in:
Andrew Tridgell 2016-07-27 21:28:30 +10:00
parent d19c074ba1
commit 70c4038751

View File

@ -1,2 +1,9 @@
EXTRAFLAGS += "-DMATH_CHECK_INDEXES=1"
include ../../mk/apm.mk
# this is meant to make existing build instructions work with waf
all:
@cd ../../ && modules/waf/waf-light configure --board linux --debug
@cd ../../ && modules/waf/waf-light tools
@cp ../../build/linux-debug/tools/Replay Replay.elf
@echo Built Replay.elf
linux-debug: all