Save test dependencies too on make update
This commit is contained in:
parent
d4ddbcea96
commit
09897c8d0d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -57,7 +57,7 @@ endif
|
|||
update:
|
||||
rm -rf Godeps vendor
|
||||
go get -t -u -f -v ./...
|
||||
godep save
|
||||
godep save ./...
|
||||
|
||||
doc: rclone.1 MANUAL.html MANUAL.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue