mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 16:32:03 +00:00
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:
commit
f1b3f2e178
@ -13,10 +13,13 @@ clean:
|
||||
|
||||
test:
|
||||
|
||||
install:
|
||||
|
||||
check:
|
||||
|
||||
.PHONY: \
|
||||
build \
|
||||
test \
|
||||
check \
|
||||
install \
|
||||
clean
|
||||
|
@ -13,10 +13,13 @@ clean:
|
||||
|
||||
test:
|
||||
|
||||
install:
|
||||
|
||||
check:
|
||||
|
||||
.PHONY: \
|
||||
build \
|
||||
test \
|
||||
check \
|
||||
install \
|
||||
clean
|
||||
|
Loading…
Reference in New Issue
Block a user