aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2025-11-11 20:09:48 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2025-11-11 20:09:48 +0100
commitc510a72f52c910ea753315802bf502973cb8c9f9 (patch)
treefb5ca967b9e2c69efc5dc35150bb5a54d86cc339 /Makefile
parente87b4936f7b598af5486c5353edaeb7ae66db002 (diff)
Make progress on the "file add" command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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