diff --git a/tools/agent-ctl/Makefile b/tools/agent-ctl/Makefile index ae73325922..54c948a817 100644 --- a/tools/agent-ctl/Makefile +++ b/tools/agent-ctl/Makefile @@ -13,10 +13,13 @@ clean: test: +install: + check: .PHONY: \ build \ test \ check \ + install \ clean