Skip to content

Commit

Permalink
Merge pull request #36 from Nordix/makefile-porchctl
Browse files Browse the repository at this point in the history
Add a porchctl target to the makefile for porch
  • Loading branch information
nephio-prow[bot] authored Mar 25, 2024
2 parents 7e59368 + e70e74b commit 204cb8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ ci-unit: configure-git test


PORCH = $(BUILDDIR)/porch
PORCHCTL = $(BUILDDIR)/porchctl

.PHONY: run-local
run-local: porch
Expand All @@ -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
Expand Down

0 comments on commit 204cb8a

Please sign in to comment.