mirror of
https://github.com/restic/restic.git
synced 2024-12-22 15:57:07 +00:00
Makefile: Try -mod=vendor first
This commit is contained in:
parent
b4beaf807b
commit
65129bde5e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
||||||
all: restic
|
all: restic
|
||||||
|
|
||||||
restic:
|
restic:
|
||||||
go run build.go
|
go run -mod=vendor build.go || go run build.go
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f restic
|
rm -f restic
|
||||||
|
|
Loading…
Reference in a new issue