diff --git a/src/agent/Makefile b/src/agent/Makefile index e62ef2d032..ef35cdccf4 100644 --- a/src/agent/Makefile +++ b/src/agent/Makefile @@ -108,6 +108,7 @@ install: build-service clean: @cargo clean + @rm -f $(GENERATED_FILES) test: @cargo test --all --target $(TRIPLE)