diff --git a/Makefile b/Makefile index abd4169..dbaeac6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION := $(shell git describe --tags) PHONY: build -build: +build: test go build -o bin/synth -ldflags="-X github.com/iljarotar/synth/cmd.version=$(VERSION)" PHONY: test