mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-02 20:36:37 +00:00
trace-forwarder: Add void "install" target
Otherwise `make install` run from the top directory would just fail as the target is not defined. Fixes: #1149 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
b8716d8eec
commit
5e407758f6
@ -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