Merge pull request #1150 from fidencio/wip/make-install-breaks

Add void "install" targets for both "trace-forwarder" and "agent-ctl"
This commit is contained in:
Peng Tao
2020-12-23 18:41:42 +08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -13,10 +13,13 @@ clean:
test:
install:
check:
.PHONY: \
build \
test \
check \
install \
clean