Replay: changed Makefile to use waf
This commit is contained in:
parent
d19c074ba1
commit
70c4038751
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user