forked from TrueCloudLab/restic
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
|
||||
|
||||
restic:
|
||||
go run build.go
|
||||
go run -mod=vendor build.go || go run build.go
|
||||
|
||||
clean:
|
||||
rm -f restic
|
||||
|
|
Loading…
Reference in a new issue