aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-05 03:06:55 -0300
committerEuAndreh <eu@euandre.org>2024-10-05 03:41:10 -0300
commit88940bf87945c6a77747145055b45aae4fd9aeea (patch)
treea7fee75fc26acb04c6036a998989de78a7b31d9c
parentsrc/golite.go: Change driverName to "golite" and make it `const` (diff)
downloadgolite-88940bf87945c6a77747145055b45aae4fd9aeea.tar.gz
golite-88940bf87945c6a77747145055b45aae4fd9aeea.tar.xz
Makefile: make "--static" binaries
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3809a74..0eb64d6 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ MANDIR = $(SHAREDIR)/man
EXEC = ./
## Where to store the installation. Empty by default.
DESTDIR =
-LDLIBS = -lsqlite3
+LDLIBS = --static -lsqlite3 -lm
GOCFLAGS = -I $(GOLIBDIR)
GOLDFLAGS = -L $(GOLIBDIR)