From f607d12612528755a9999490485c9390fbdcb7ee Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Wed, 14 Sep 2022 23:56:40 +0200 Subject: no goxc --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3