Skip to content

Commit d703fa7

Browse files
committed
Add simple Makefile to the project
The one true interface. Signed-off-by: Torin Sandall <[email protected]>
1 parent d683a7b commit d703fa7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
all: build
2+
3+
build:
4+
@go build ./cmd/example-api-authz-go/...
5+
6+
update-opa:
7+
@./revendor_opa.sh $(TAG)

0 commit comments

Comments
 (0)