2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-21 20:35:12 +00:00

Makefile: Try -mod=vendor first

This commit is contained in:
Alexander Neumann 2018-08-30 22:44:10 +02:00
parent b4beaf807b
commit 65129bde5e

View File

@ -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