diff options
author | EuAndreh <eu@euandre.org> | 2024-08-15 19:17:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-15 19:17:40 -0300 |
commit | cf7d3058ab4cd2c9be050f71c07553e3e75841aa (patch) | |
tree | 406b7bf1eb7c08fd1a4f4d9b9c844bc4bc7c35d7 | |
parent | Add src/version.go (diff) | |
download | golite-cf7d3058ab4cd2c9be050f71c07553e3e75841aa.tar.gz golite-cf7d3058ab4cd2c9be050f71c07553e3e75841aa.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 = -lsqlite3 +GOCFLAGS = -I $(GOLIBDIR) +GOLDFLAGS = -L $(GOLIBDIR) |