mirror of
https://github.com/rclone/rclone
synced 2024-11-12 10:50:08 +01:00
Rebuild the godeps from scratch on update and include godep as a build_dep
This commit is contained in:
parent
2c594dd996
commit
8118623680
4
Makefile
4
Makefile
@ -50,12 +50,14 @@ ifdef GO_LATEST
|
||||
go get -u github.com/golang/lint/golint
|
||||
go get -u github.com/mitchellh/gox
|
||||
go get -u github.com/inconshreveable/mousetrap
|
||||
go get -u github.com/tools/godep
|
||||
endif
|
||||
|
||||
# Update dependencies
|
||||
update:
|
||||
rm -rf Godeps vendor
|
||||
go get -t -u -f -v ./...
|
||||
godep update ./...
|
||||
godep save
|
||||
|
||||
doc: rclone.1 MANUAL.html MANUAL.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user