diff options
author | EuAndreh <eu@euandre.org> | 2024-08-15 19:17:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-15 19:17:41 -0300 |
commit | d611f1a2cd9132009b6127401ebbff4ca16692a7 (patch) | |
tree | d2f44da8a642c92d32c0958d12b10f1607b3eae0 | |
parent | Add src/version.go (diff) | |
download | binder-d611f1a2cd9132009b6127401ebbff4ca16692a7.tar.gz binder-d611f1a2cd9132009b6127401ebbff4ca16692a7.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) |