From c510a72f52c910ea753315802bf502973cb8c9f9 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Tue, 11 Nov 2025 20:09:48 +0100 Subject: Make progress on the "file add" command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 288082b..36563c1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ export FTAG_ROOT := $(shell pwd) -export __CFLAGS := -std=c99 -Wall -DFTAG_ROOT=\"$(FTAG_ROOT)\" +export __CFLAGS := -std=c99 -Wall -DFTAG_ROOT=\"$(FTAG_ROOT)\" -D_POSIX_C_SOURCE=200809L export __LIBS := $(shell pkg-config --libs sqlite3) export PROG ?= ftag -- cgit v1.2.3