summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormrchainman <mr.chainman@0box.eu>2020-03-02 16:20:26 +0100
committerGitHub <noreply@github.com>2020-03-02 16:20:26 +0100
commit7cb3daa077d7273d153a79b8293db750cc3e6954 (patch)
treee722280729647e2a2cc1149902fcb607d1c0c00e /Makefile
parent91c492319b9554fef0ce192552e9ce489d592ec2 (diff)
parentb9e29ebe901e41e777aaa4be00b808ca655697cf (diff)
downloaddwmblocks-7cb3daa077d7273d153a79b8293db750cc3e6954.tar.gz
dwmblocks-7cb3daa077d7273d153a79b8293db750cc3e6954.tar.bz2
dwmblocks-7cb3daa077d7273d153a79b8293db750cc3e6954.zip
Merge branch 'master' into master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9bc68d..0333d7e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
output: dwmblocks.o
gcc dwmblocks.o -lX11 -o dwmblocks
-dwmblocks.o: dwmblocks.c blocks.h
+dwmblocks.o: dwmblocks.c config.h
gcc -c -lX11 dwmblocks.c
clean:
rm *.o *.gch dwmblocks
Software created with 💖