Makefile: Try -mod=vendor first

This commit is contained in:
Alexander Neumann 2018-08-30 22:44:10 +02:00
parent b4beaf807b
commit 65129bde5e
1 changed files with 1 additions and 1 deletions

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