Skip to content

Commit

Permalink
Makefile: Try -mod=vendor first
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0 committed Aug 31, 2018
1 parent b4beaf8 commit 65129bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65129bd

Please sign in to comment.