From 5c25f7bb0097ef78998657e5c944b8ba55ad90ec Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 8 Feb 2026 12:36:27 +0100 Subject: Integrate new build-time variables --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5de0176..50e2560 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3