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