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:
Fabiano Fidêncio 2020-11-27 15:11:27 +01:00
parent b8716d8eec
commit 5e407758f6

View File

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