Make the Makefile build rclone with the correct version number by default

This commit is contained in:
Nick Craig-Wood 2017-02-27 11:53:03 +00:00
parent e48d19f895
commit f7252645ba
1 changed files with 5 additions and 1 deletions

View File

@ -9,8 +9,12 @@ BETA_URL := http://beta.rclone.org/$(TAG)/
# Only needed for Go 1.5
export GO15VENDOREXPERIMENT=1
.PHONY: rclone
rclone:
go install -v
touch fs/version.go
go install -v --ldflags "-s -X github.com/ncw/rclone/fs.Version=$(TAG)"
cp -av `go env GOPATH`/bin/rclone .
vars:
@echo SHELL="'$(SHELL)'"