mirror of
https://github.com/restic/restic.git
synced 2026-05-22 18:15:23 +00:00
Add Makefiles and simple test suite
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
.PHONY: clean all test
|
||||
|
||||
test:
|
||||
go build
|
||||
|
||||
clean:
|
||||
go clean
|
||||
Reference in New Issue
Block a user