From a1e0bbecfc2576b5b3f017ecd16d213d164263d4 Mon Sep 17 00:00:00 2001 From: Ilja Rotar Date: Mon, 3 Feb 2025 22:31:15 +0100 Subject: [PATCH] makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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