summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-15 19:17:36 -0300
committerEuAndreh <eu@euandre.org>2024-08-15 19:17:36 -0300
commit6db309cbf00329b1ee693a40d0cb48e0ae6a0f19 (patch)
treed179e71740b58f02554728b888a6c45f07825b6b
parentsrc/gobang.go: Add args to Init() to log (diff)
downloadgobang-6db309cbf00329b1ee693a40d0cb48e0ae6a0f19.tar.gz
gobang-6db309cbf00329b1ee693a40d0cb48e0ae6a0f19.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 369c01b..c6b7b82 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)