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