diff options
author | EuAndreh <eu@euandre.org> | 2024-08-15 19:17:36 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-15 19:17:36 -0300 |
commit | 6db309cbf00329b1ee693a40d0cb48e0ae6a0f19 (patch) | |
tree | d179e71740b58f02554728b888a6c45f07825b6b | |
parent | src/gobang.go: Add args to Init() to log (diff) | |
download | gobang-6db309cbf00329b1ee693a40d0cb48e0ae6a0f19.tar.gz gobang-6db309cbf00329b1ee693a40d0cb48e0ae6a0f19.tar.xz |
Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ EXEC = ./ ## Where to store the installation. Empty by default. DESTDIR = LDLIBS = +GOCFLAGS = -I $(GOLIBDIR) +GOLDFLAGS = -L $(GOLIBDIR) |