check_restic/Makefile

9 lines
112 B
Makefile

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