summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-15 19:19:18 -0300
committerEuAndreh <eu@euandre.org>2024-08-15 19:19:18 -0300
commit4a178899fd41f0d71d4f6128597ff820c4f56379 (patch)
tree82c1acaa9e2304cb0451ead57d6edcd38efba393
parentAdd src/version.go (diff)
downloadglaze-4a178899fd41f0d71d4f6128597ff820c4f56379.tar.gz
glaze-4a178899fd41f0d71d4f6128597ff820c4f56379.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 60a68b4..ddaadae 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ EXEC = ./
## Where to store the installation. Empty by default.
DESTDIR =
LDLIBS =
+GOCFLAGS = -I $(GOLIBDIR)
+GOLDFLAGS = -L $(GOLIBDIR)