1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-08-26 19:48:56 +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: 

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
Fabiano Fidêncio 2020-11-27 15:11:27 +01:00 committed by Peng Tao
parent 7cc7fd6888
commit 5fadc5fcb4

View File

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