summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-15 19:19:19 -0300
committerEuAndreh <eu@euandre.org>2024-08-15 19:19:19 -0300
commit6554c1db2a45c27b45a7327a2a7104faccf16a4f (patch)
treee2de36a6d0e8fcad9a52876bc38f784bcf87bd03
parentAdd src/version.go (diff)
downloadpapod-6554c1db2a45c27b45a7327a2a7104faccf16a4f.tar.gz
papod-6554c1db2a45c27b45a7327a2a7104faccf16a4f.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 1cd4bba..448f7cb 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,8 @@ EXEC = ./
## Where to store the installation. Empty by default.
DESTDIR =
LDLIBS = -lsqlite3
+GOCFLAGS = -I $(GOLIBDIR)
+GOLDFLAGS = -L $(GOLIBDIR)