mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-12 12:29:11 +00:00
Merge pull request #2245 from liubin/2244-update-makefile-of-agent-ctl
agent-ctl: Use a common Makefile style like other components
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user