summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2022-09-14 23:56:40 +0200
committerVictor Häggqvist <[email protected]>2022-09-14 23:56:40 +0200
commitf607d12612528755a9999490485c9390fbdcb7ee (patch)
treea960a1e707ff22d53ba501b6b71d1ced8273c7fe
parent1bbce1aa65e4af84a144b137ea2037004eb2881d (diff)
no goxc
-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