aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-07-22 15:57:59 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-07-22 15:57:59 +0200
commitc430ebff167dcfc073c1c6a3375d6284936218a7 (patch)
tree7b1d1f43b25aa1ddb3a52683e20671881b3b5e36 /Makefile
parent1e984fc8ced6a5915dbd7b6e17bd942e8438cf27 (diff)
downloadmdir-c430ebff167dcfc073c1c6a3375d6284936218a7.tar.gz
mdir-c430ebff167dcfc073c1c6a3375d6284936218a7.tar.bz2
mdir-c430ebff167dcfc073c1c6a3375d6284936218a7.zip
feat: Add build pieces
Adding pieces to be able to later build to alpine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..43e0f57
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+VERSION=v0.1.0
+
+build:
+ go build -ldflags="-X 'main.Version=${VERSION}'"
+
+tar: build
+ XZ_OPT=-9 tar -cvf midr-${VERSION}.tar.xz midr templates/