restic/cmd/khepri/Makefile

8 lines
58 B
Makefile

.PHONY: clean all test
test:
go build
clean:
go clean