Replay: add clean target for CI

CI has a generic infra that calls make clean before building and it
fails for Replay since it doesn't have a clean target.
This commit is contained in:
Lucas De Marchi 2016-08-29 09:26:40 -03:00
parent 833f565f09
commit 631d4a1152
1 changed files with 3 additions and 0 deletions

View File

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