1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-24 08:18:41 +00:00
restic/cmd/khepri/Makefile
2014-08-05 23:13:19 +02:00

7 lines
58 B
Makefile

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