mirror of
https://github.com/restic/restic.git
synced 2024-12-23 08:16:36 +00:00
7 lines
58 B
Makefile
7 lines
58 B
Makefile
.PHONY: clean all test
|
|
|
|
test:
|
|
go build
|
|
|
|
clean:
|
|
go clean
|