mirror of
https://github.com/restic/restic.git
synced 2026-02-08 02:39:51 +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
|