BIN?=bin/dict buid: ext go build -v --tags "fts5" -o $(BIN) . run: ext go run -v --tags "fts5" . import: ext go run -v --tags "fts5" . import ext: gcc -shared -o ext/libsqlite3ext.so -fPIC ext/spellfix.c .PHONY: ext