mirror of
https://github.com/restic/restic.git
synced 2024-12-22 07:43:03 +00:00
10 lines
139 B
Makefile
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
|