diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2ebf24d --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.PHONY: all clean + +all: check_restic + +check_restic: main.go + go build + +clean: + rm -f check_restic