status-go/vendor/github.com/mutecomm/go-sqlcipher/v4/Makefile

12 lines
215 B
Makefile

.PHONY: all test update-modules
all:
env GO111MODULE=on go build -v ./...
test:
gocheck -g -c -e _example -e sqlite3_test -novet
update-modules:
env GO111MODULE=on go get -u
env GO111MODULE=on go mod tidy -v