Makefile: add trace-forwarder/agent-ctl missing targets

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao 2020-06-28 20:36:33 -07:00
parent 61e011e86b
commit 7a44025464
2 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,12 @@ build:
clean:
cargo clean
test:
check:
.PHONY: \
build \
test \
check \
clean

View File

@ -11,6 +11,12 @@ build:
clean:
cargo clean
test:
check:
.PHONY: \
build \
test \
check \
clean