Remove vendor from build scripts

This commit is contained in:
Alexander Neumann
2020-03-01 11:30:02 +01:00
parent 266f9dbe16
commit 44a57d66c3
2 changed files with 47 additions and 216 deletions

View File

@@ -3,7 +3,7 @@
all: restic
restic:
go run -mod=vendor build.go || go run build.go
go run build.go
clean:
rm -f restic