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 c45bb6c..c47d8b2 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ BINARY=cloud-identity-broker
3 3
4$(BINARY): $(shell find . -name '*.go') go.mod 4$(BINARY): $(shell find . -name '*.go') go.mod
5 CGO_ENABLED=0 go build \ 5 CGO_ENABLED=0 go build \
6 -ldflags "-X main.appVersion=$(shell git describe --long --tags --dirty --always)" \ 6 -ldflags "-X main.version=$(shell git describe --long --tags --dirty --always)" \
7 -o $@ 7 -o $@
8 8
9.PHONY: vet 9.PHONY: vet