Skip to content

Commit

Permalink
Remove goxc
Browse files Browse the repository at this point in the history
  • Loading branch information
tectiv3 committed Mar 12, 2018
1 parent e561d90 commit ced2438
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
VERSION := $(shell git describe --tags)
release:
@goxc -n=iotit -d=./build \
-bc="linux, windows, darwin" \
-pv=$(VERSION) \
-resources-exclude=README* \
-tasks-=validate \
-build-ldflags="-X main.version=$(VERSION)" \
-q=true
.PHONY: build

build:
go build

0 comments on commit ced2438

Please sign in to comment.