Skip to content

Commit

Permalink
Add simple Makefile to the project
Browse files Browse the repository at this point in the history
The one true interface.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
  • Loading branch information
tsandall committed Aug 15, 2018
1 parent d683a7b commit d703fa7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
all: build

build:
@go build ./cmd/example-api-authz-go/...

update-opa:
@./revendor_opa.sh $(TAG)

0 comments on commit d703fa7

Please sign in to comment.