diff options
author | Joe <rbo@gmx.us> | 2024-12-24 21:29:47 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-24 21:29:47 +0100 |
commit | 27c5492e1046f1455a2690e48a56b5d4b64f00bf (patch) | |
tree | 16ab9e08b2ee38a34e61e805278abfa8d02a6944 /Makefile | |
parent | up (diff) | |
download | dwmblocks-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |