From 786ff5cff8d6fdca6dd80bd0807619bdea5f0f51 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Fri, 19 Apr 2024 18:45:07 +0200 Subject: feat: Add spellfix check back for fts5 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eb08518..a04902b 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,7 @@ buid: ext $(GO_BUILD) -o $(BIN) ./cmd/dict/main.go run: ext - $(GO_RUN) ./cmd/dict/main.go - + $(GO_RUN) ./cmd/dict/main.go ui import: ext $(GO_RUN) ./cmd/dict/main.go import -- cgit v1.2.3