diff --git a/Makefile b/Makefile index 6c365c1e0..fa1804cfa 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ -.PHONY: all clean test +.PHONY: all clean test restic all: restic -restic: $(SOURCE) +restic: go run build.go clean: rm -rf restic -test: $(SOURCE) +test: go test ./...