diff --git a/Makefile b/Makefile index 344b1fd8..f5752fc5 100644 --- a/Makefile +++ b/Makefile @@ -173,6 +173,7 @@ ci-unit: configure-git test PORCH = $(BUILDDIR)/porch +PORCHCTL = $(BUILDDIR)/porchctl .PHONY: run-local run-local: porch @@ -195,6 +196,10 @@ run-jaeger: porch: go build -o $(PORCH) ./cmd/porch +.PHONY: porchctl +porchctl: + go build -o $(PORCHCTL) ./cmd/porchctl + .PHONY: fix-headers fix-headers: ../scripts/update-license.sh