From 27c5492e1046f1455a2690e48a56b5d4b64f00bf Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 24 Dec 2024 21:29:47 +0100 Subject: up --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6353a15..466aa87 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CC = cc dwmblocks: dwmblocks.o $(CC) -pipe dwmblocks.o -lX11 -lbsd -o dwmblocks dwmblocks.o: dwmblocks.c config.h - $(CC) -c -std=c99 -Wall -Wextra -pedantic -pipe -D_POSIX_C_SOURCE=199309L dwmblocks.c + $(CC) -c -std=c99 -Wall -Wextra -pedantic -pipe -D_POSIX_C_SOURCE=200112L dwmblocks.c clean: rm -f *.o *.gch dwmblocks install: dwmblocks -- cgit v1.2.3