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