From 737113ca1f4bc8ca30b61d9f7ab674e814375c35 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 20 Apr 2024 16:13:31 +0200 Subject: ref: Remove debugging logs --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a04902b..8190661 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ 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 @@ -12,6 +11,9 @@ run: ext import: ext $(GO_RUN) ./cmd/dict/main.go import +serve: ext + $(GO_RUN) ./cmd/dict/main.go serve + ext: gcc -shared -o ext/libsqlite3ext.so -fPIC ext/spellfix.c -- cgit v1.2.3