check_restic/Makefile
2022-02-22 18:45:22 +01:00

9 lines
98 B
Makefile

.PHONY: all clean
all: check_restic
check_restic: main.go
go build
clean:
rm -f check_restic