diff options
author | EuAndreh <eu@euandre.org> | 2024-08-15 19:17:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-15 19:17:45 -0300 |
commit | 25948335c7490b1eb1968377098a557d88d8dd4d (patch) | |
tree | 1effa8a8c5a66fd9b9b3e976b0a3c5c0953357e7 | |
parent | Add src/version.go (diff) | |
download | wscat-25948335c7490b1eb1968377098a557d88d8dd4d.tar.gz wscat-25948335c7490b1eb1968377098a557d88d8dd4d.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) |