diff --git a/Makefile b/Makefile index 7e07ec8a0..8e9b051db 100644 --- a/Makefile +++ b/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