libgocryptfs/Makefile
Jakob Unterwurzacher 8c35235c34 Add Makefile
We are going to use the Makefile to save useful commands
without creating too many shell scripts in the top dir.
2019-01-05 12:25:38 +01:00

12 lines
106 B
Makefile

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