aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8faca0..6bdfb3c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ IMAGE=docker.crute.me/aws-access
2BINARY=cloud-identity-broker 2BINARY=cloud-identity-broker
3 3
4$(BINARY): main.go $(shell find . -name '*.go') 4$(BINARY): main.go $(shell find . -name '*.go')
5 go build -o $@ $< 5 go build -ldflags "-X main.appVersion=$(shell git describe --long --tags --dirty --always)" -o $@ $<
6 6
7.PHONY: vet 7.PHONY: vet
8vet: main.go 8vet: main.go