mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
agent-ctl: 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
5fadc5fcb4
commit
c9d4e2c4b0
@ -13,10 +13,13 @@ clean:
|
||||
|
||||
test:
|
||||
|
||||
install:
|
||||
|
||||
check:
|
||||
|
||||
.PHONY: \
|
||||
build \
|
||||
test \
|
||||
check \
|
||||
install \
|
||||
clean
|
||||
|
Loading…
Reference in New Issue
Block a user