aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-24 21:29:47 +0100
committerJoe <rbo@gmx.us>2024-12-24 21:29:47 +0100
commit27c5492e1046f1455a2690e48a56b5d4b64f00bf (patch)
tree16ab9e08b2ee38a34e61e805278abfa8d02a6944 /Makefile
parentup (diff)
downloaddwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.gz
dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.bz2
dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.xz
dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.zst
dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.zip
up
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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