1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-10 00:17:51 +00:00
restic/Makefile

11 lines
139 B
Makefile
Raw Normal View History

2014-08-05 21:13:19 +00:00
.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