diff --git a/tools/agent-ctl/Makefile b/tools/agent-ctl/Makefile index 908e30d281..2ae095a00b 100644 --- a/tools/agent-ctl/Makefile +++ b/tools/agent-ctl/Makefile @@ -3,10 +3,12 @@ # SPDX-License-Identifier: Apache-2.0 # +include ../../utils.mk + default: build build: - RUSTFLAGS="--deny warnings" cargo build -v + @RUSTFLAGS="$(EXTRA_RUSTFLAGS) --deny warnings" cargo build --target $(TRIPLE) --$(BUILD_TYPE) clean: cargo clean