aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-17 11:20:59 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-17 11:20:59 +0200
commit232595accf388efedcce87687378e3c04dd88b95 (patch)
treecdf48422519d33916ce54e3fc92f83ba6ccf92df /Makefile
parentMakefile update (diff)
downloaddwmblocks-232595accf388efedcce87687378e3c04dd88b95.tar.gz
dwmblocks-232595accf388efedcce87687378e3c04dd88b95.tar.bz2
dwmblocks-232595accf388efedcce87687378e3c04dd88b95.tar.xz
dwmblocks-232595accf388efedcce87687378e3c04dd88b95.tar.zst
dwmblocks-232595accf388efedcce87687378e3c04dd88b95.zip
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42ae3a9..ee97fcf 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CC = cc
dwmblocks: dwmblocks.o
$(CC) -march=tigerlake -O3 -pipe dwmblocks.o -L/usr/local/lib -lX11 -o dwmblocks
dwmblocks.o: dwmblocks.c config.h
- $(CC) -I/usr/local/include -march=tigerlake -O3 -pipe -c dwmblocks.c
+ $(CC) -std=c99 -Wall -Wextra -pedantic -I/usr/local/include -march=tigerlake -O3 -pipe -c dwmblocks.c
clean:
rm -f *.o *.gch dwmblocks
install: dwmblocks