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