aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-30 10:27:44 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-30 10:27:44 +0200
commitd993bcdb9e689890c130b20e0d87afc246435465 (patch)
tree58ae37363038aab38e444dbf44cebb032521703b /Makefile
parentup (diff)
downloaddwmblocks-d993bcdb9e689890c130b20e0d87afc246435465.tar.gz
dwmblocks-d993bcdb9e689890c130b20e0d87afc246435465.tar.bz2
dwmblocks-d993bcdb9e689890c130b20e0d87afc246435465.tar.xz
dwmblocks-d993bcdb9e689890c130b20e0d87afc246435465.tar.zst
dwmblocks-d993bcdb9e689890c130b20e0d87afc246435465.zip
up
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db4aa81..ab9d050 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CC = gcc
dwmblocks: dwmblocks.o
$(CC) -pipe dwmblocks.o -L/usr/local/lib -lX11 -o dwmblocks
dwmblocks.o: dwmblocks.c config.h
- $(CC) -std=c99 -Wall -Wextra -pedantic -I/usr/local/include -pipe -c dwmblocks.c
+ $(CC) -c -std=c99 -Wall -Wextra -pedantic -pipe -I/usr/local/include dwmblocks.c
clean:
rm -f *.o *.gch dwmblocks
install: dwmblocks