mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-02 13:44:33 +00:00
Makefile: add trace-forwarder/agent-ctl missing targets
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
parent
61e011e86b
commit
7a44025464
@ -11,6 +11,12 @@ build:
|
||||
clean:
|
||||
cargo clean
|
||||
|
||||
test:
|
||||
|
||||
check:
|
||||
|
||||
.PHONY: \
|
||||
build \
|
||||
test \
|
||||
check \
|
||||
clean
|
||||
|
@ -11,6 +11,12 @@ build:
|
||||
clean:
|
||||
cargo clean
|
||||
|
||||
test:
|
||||
|
||||
check:
|
||||
|
||||
.PHONY: \
|
||||
build \
|
||||
test \
|
||||
check \
|
||||
clean
|
||||
|
Loading…
Reference in New Issue
Block a user