summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 6abba7b..9bbc364 100644
--- a/Makefile
+++ b/Makefile
@@ -7,11 +7,7 @@ all:
.PHONY: build
build:
- go build -ldflags "-s -X main.version=$(VERSION)"
-
-.PHONY: package
-package: man
- goxc -pv="$(VERSION)" -build-ldflags='-X main.version=$(VERSION)'
+ go build -v -ldflags "-s -X main.version=$(VERSION)"
.PHONY: html
html:
@@ -20,7 +16,3 @@ html:
.PHONY: man
man:
pushd docs && make man SPHINXOPTS="-Dversion=$(VERSION) -Drelease=$(VERSION)" && popd
-
-.PHONY: upload
-upload:
- goxc -pv="$(VERSION)" bintray