@@ -0,0 +1,12 @@
.PHONY: all clean test
all: restic
restic: $(SOURCE)
go run build.go
clean:
rm -rf restic
test: $(SOURCE)
go test ./...
The note is not visible to the blocked user.