forked from TrueCloudLab/rclone
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:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue