aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-07-24 23:38:16 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-07-24 23:39:48 +0200
commitcab4432ec6a3e93286f219a8e6df0c7a57682c5d (patch)
tree6665313d76797ab857f613a30e586a0af7a85e1d /Makefile
parent8f37ab826eed4efcf1dbd883aac03780fa350a46 (diff)
downloadmdir-cab4432ec6a3e93286f219a8e6df0c7a57682c5d.tar.gz
mdir-cab4432ec6a3e93286f219a8e6df0c7a57682c5d.tar.bz2
mdir-cab4432ec6a3e93286f219a8e6df0c7a57682c5d.zip
fix: Remove make as requirement
Also fix an issue with a removed package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 398cdc3..0000000
--- a/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-VERSION=v0.1.0
-
-build:
- go build -ldflags="-X 'main.Version=${VERSION}'"
-
-tar: build
- git archive \
- -o midr-${VERSION}.tar.gz \
- --prefix=midr-${VERSION}/ HEAD