Move top-level files

This commit is contained in:
Alexander Neumann
2016-02-20 17:31:21 +01:00
parent b63399d606
commit 0a8ef79dad
10 changed files with 0 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
.PHONY: all clean test
all: restic
restic: $(SOURCE)
go run build.go
clean:
rm -rf restic
test: $(SOURCE)
go test ./...