mirror of
https://github.com/rclone/rclone.git
synced 2025-07-05 06:50:21 +02:00
Save test dependencies too on make update
This commit is contained in:
2
Makefile
2
Makefile
@ -57,7 +57,7 @@ endif
|
|||||||
update:
|
update:
|
||||||
rm -rf Godeps vendor
|
rm -rf Godeps vendor
|
||||||
go get -t -u -f -v ./...
|
go get -t -u -f -v ./...
|
||||||
godep save
|
godep save ./...
|
||||||
|
|
||||||
doc: rclone.1 MANUAL.html MANUAL.txt
|
doc: rclone.1 MANUAL.html MANUAL.txt
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user