From cbfa529eff56cda5f98989adf92db5a7da3c06ef Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 5 Oct 2024 03:19:35 -0300 Subject: src/golite.go: Reify "premises" section with custom build of SQLite (acude) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0eb64d6..a0016f2 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ MANDIR = $(SHAREDIR)/man EXEC = ./ ## Where to store the installation. Empty by default. DESTDIR = -LDLIBS = --static -lsqlite3 -lm +LDLIBS = --static -lacude -lm GOCFLAGS = -I $(GOLIBDIR) GOLDFLAGS = -L $(GOLIBDIR) -- cgit v1.2.3