From dc81e33f760b45778f2646d6f1a7c9e8166b2fe5 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Fri, 22 Jul 2022 16:11:20 +0200 Subject: ref: Move env var Move enviroment variables to the build manifest. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43e0f57..29f6fd9 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ build: go build -ldflags="-X 'main.Version=${VERSION}'" tar: build - XZ_OPT=-9 tar -cvf midr-${VERSION}.tar.xz midr templates/ + tar -cvf midr-${VERSION}.tar.xz midr templates/ -- cgit v1.2.3