aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-04-19 18:45:07 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-04-19 18:45:07 +0200
commit786ff5cff8d6fdca6dd80bd0807619bdea5f0f51 (patch)
treefa3945280c5f357412fbb964d8e5fc8068aed555 /Makefile
parent57c782546739fde08138b00e2d0b3ba5f18fb676 (diff)
downloaddict-786ff5cff8d6fdca6dd80bd0807619bdea5f0f51.tar.gz
dict-786ff5cff8d6fdca6dd80bd0807619bdea5f0f51.tar.bz2
dict-786ff5cff8d6fdca6dd80bd0807619bdea5f0f51.zip
feat: Add spellfix check back for fts5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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