1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-22 07:43:03 +00:00
restic/Makefile
2014-08-05 23:13:19 +02:00

10 lines
139 B
Makefile

.PHONY: clean all test
test:
go test
$(MAKE) -C cmd/khepri
test/run.sh cmd/khepri/khepri
clean:
go clean
$(MAKE) -C cmd/khepri test