From ef779090e858c2f1dcae6bf0fecae23b7753623d Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 15 Feb 2024 07:57:12 -0500 Subject: Add time progress --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3