summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 0a08c29..0000000
--- a/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-VERSION != git describe --tags --always
-BUILD != date +%FT%T%z
-
-build:
- go build -ldflags "-X main.Version=${VERSION} -X main.Build=${BUILD}"