aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-07-22 16:11:20 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-07-22 16:11:20 +0200
commitdc81e33f760b45778f2646d6f1a7c9e8166b2fe5 (patch)
tree4f1abddb72d41f09102e5621f0ccc5ec9a4b42b5 /Makefile
parentc430ebff167dcfc073c1c6a3375d6284936218a7 (diff)
downloadmdir-dc81e33f760b45778f2646d6f1a7c9e8166b2fe5.tar.gz
mdir-dc81e33f760b45778f2646d6f1a7c9e8166b2fe5.tar.bz2
mdir-dc81e33f760b45778f2646d6f1a7c9e8166b2fe5.zip
ref: Move env var
Move enviroment variables to the build manifest.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/