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
commit f1b3f2e178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

View File

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