summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2024-02-15 07:57:12 -0500
committerSam Nystrom <sam@samnystrom.dev>2024-02-15 07:57:12 -0500
commitef779090e858c2f1dcae6bf0fecae23b7753623d (patch)
treea079d9148aba3b77421690c20f6412c3762ca6c9 /Makefile
parent9c2b119424e4c7c971e54ba8905d644437b33e40 (diff)
Add time progressHEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78828dc..d922d90 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
.SUFFIXES:
-CFLAGS = -O2 -Wall -Wextra -pedantic
+CFLAGS = -O2 -Wall -Wextra -pedantic -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE
LDFLAGS = -static
LDLIBS = -lm