diff --git a/fnctl/Makefile b/fnctl/Makefile index ba880f788..3e8317374 100644 --- a/fnctl/Makefile +++ b/fnctl/Makefile @@ -11,4 +11,9 @@ vendor: glide install -v test: - go test -v $(shell glide nv) \ No newline at end of file + go test -v $(shell glide nv) + +release: docker + GOOS=linux go build -o fnctl_linux + GOOS=darwin go build -o fnctl_mac + GOOS=windows go build -o fnctl.exe diff --git a/fnctl/install b/fnctl/install index c826471b5..cdbeddcb8 100644 --- a/fnctl/install +++ b/fnctl/install @@ -7,7 +7,7 @@ set -e # 'wget -qO- https://fn.iron.io/install | sh' # -release='0.0.46' +release='0.1.0' command_exists() { command -v "$@" > /dev/null 2>&1