Add Makefile

This commit is contained in:
Thomas Preisner 2022-02-22 18:45:22 +01:00
parent c15d4128e3
commit 6f92f789d2

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
.PHONY: all clean
all: check_restic
check_restic: main.go
go build
clean:
rm -f check_restic