diff --git a/src/agent/Makefile b/src/agent/Makefile index 55d9f017d..95bf6e1d4 100644 --- a/src/agent/Makefile +++ b/src/agent/Makefile @@ -121,6 +121,10 @@ clean: @rm -f $(GENERATED_FILES) @rm -f tarpaulin-report.html +vendor: + @cargo vendor + + #TARGET test: run cargo tests test: @cargo test --all --target $(TRIPLE) @@ -190,7 +194,8 @@ codecov-html: check_tarpaulin help \ show-header \ show-summary \ - optimize + optimize \ + vendor ##TARGET generate-protocols: generate/update grpc agent protocols generate-protocols: