diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-11-11 20:09:48 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-11-11 20:09:48 +0100 |
| commit | c510a72f52c910ea753315802bf502973cb8c9f9 (patch) | |
| tree | fb5ca967b9e2c69efc5dc35150bb5a54d86cc339 /Makefile | |
| parent | e87b4936f7b598af5486c5353edaeb7ae66db002 (diff) | |
Make progress on the "file add" command
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
