logger/Makefile
Nathan Borror a221638ca0 progress
2021-03-15 12:39:55 -07:00

5 lines
203 B
Makefile

main:
@GO111MODULE=off gomobile bind -target=ios --tags "json1 fts5" -o clients/Logger/Frameworks/LoggerKit.framework github.com/nathanborror/logger/pkg/logger
test:
@go test ./... --tags "json1 fts5"