mirror of
https://github.com/octoleo/restic.git
synced 2024-12-29 13:22:43 +00:00
8 lines
58 B
Makefile
8 lines
58 B
Makefile
.PHONY: clean all test
|
|
|
|
test:
|
|
go build
|
|
|
|
clean:
|
|
go clean
|