diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-02-08 12:36:27 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-02-08 12:36:27 +0100 |
| commit | 5c25f7bb0097ef78998657e5c944b8ba55ad90ec (patch) | |
| tree | 584850e2f242d317cdc0e6fed8feeb50871fac0b /Makefile | |
| parent | a77521ae3d142cee0dd483f623ce9ac441b9fab6 (diff) | |
Integrate new build-time variables
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ export LIBS ?= export __CFLAGS := -std=c99 -Wall \ -DFTAG_PREFIX=\"$(PREFIX)\" \ + -DFTAG_CACHE_DIR=\"$(FTAG_CACHE_DIR)\" \ + -DFTAG_CONFIG_DIR=\"$(FTAG_CONFIG_DIR)\" \ -D_POSIX_C_SOURCE=200809L \ $(shell pkg-config --cflags sqlite3) export __LIBS := $(shell pkg-config --libs sqlite3) |
