2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-05 18:40:49 +00:00
restic/cmd/khepri/Makefile

8 lines
58 B
Makefile
Raw Normal View History

2014-08-05 21:13:19 +00:00
.PHONY: clean all test
test:
go build
clean:
go clean