mirror of
https://github.com/restic/restic.git
synced 2024-04-21 12:32:20 +00:00
8 lines
58 B
Makefile
8 lines
58 B
Makefile
.PHONY: clean all test
|
|
|
|
test:
|
|
go build
|
|
|
|
clean:
|
|
go clean
|