libgocryptfs/Makefile

12 lines
106 B
Makefile
Raw Normal View History

.phony: build
build:
./build.bash
.phony: test
test:
./test.bash
.phony: format
format:
go fmt ./...