@ -3,7 +3,7 @@
all:
@cd ../../ && modules/waf/waf-light configure --board linux --debug
@cd ../../ && modules/waf/waf-light tools
@cp ../../build/linux-debug/tools/CPUInfo CPUInfo.elf
@cp ../../build/linux/tools/CPUInfo CPUInfo.elf
@echo Built CPUInfo.elf
clean:
@cd ../../ && modules/waf/waf-light --target tools/Replay
@cp ../../build/linux-debug/tools/Replay Replay.elf
@cp ../../build/linux/tools/Replay Replay.elf
@echo Built Replay.elf