Move things around for gb

This moves all restic source files to src/, and all vendored
dependencies to vendor/src.
This commit is contained in:
Alexander Neumann
2016-02-20 17:31:20 +01:00
parent 273d028a82
commit b63399d606
510 changed files with 2 additions and 74 deletions
-12
View File
@@ -1,12 +0,0 @@
.PHONY: all clean test
all: restic
restic: $(SOURCE)
go run build.go
clean:
rm -rf restic
test: $(SOURCE)
go test ./...