mirror of
https://github.com/restic/restic.git
synced 2025-12-10 09:52:00 +00:00
Add Makefiles and simple test suite
This commit is contained in:
7
cmd/khepri/Makefile
Normal file
7
cmd/khepri/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
.PHONY: clean all test
|
||||
|
||||
test:
|
||||
go build
|
||||
|
||||
clean:
|
||||
go clean
|
||||
Reference in New Issue
Block a user