diff --git a/Tools/Replay/Makefile b/Tools/Replay/Makefile index 6c06b08f82..7207d6f796 100644 --- a/Tools/Replay/Makefile +++ b/Tools/Replay/Makefile @@ -6,4 +6,7 @@ all: @cp ../../build/linux-debug/tools/Replay Replay.elf @echo Built Replay.elf +clean: + @cd ../../ && modules/waf/waf-light configure --board linux clean + linux-debug: all