aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-15 19:17:40 -0300
committerEuAndreh <eu@euandre.org>2024-08-15 19:17:40 -0300
commitcf7d3058ab4cd2c9be050f71c07553e3e75841aa (patch)
tree406b7bf1eb7c08fd1a4f4d9b9c844bc4bc7c35d7
parentAdd src/version.go (diff)
downloadgolite-cf7d3058ab4cd2c9be050f71c07553e3e75841aa.tar.gz
golite-cf7d3058ab4cd2c9be050f71c07553e3e75841aa.tar.xz
Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9bb82bc..043e144 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ EXEC = ./
## Where to store the installation. Empty by default.
DESTDIR =
LDLIBS = -lsqlite3
+GOCFLAGS = -I $(GOLIBDIR)
+GOLDFLAGS = -L $(GOLIBDIR)