summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 05754f8..c2033ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
output: dwmblocks.o
gcc dwmblocks.o -lX11 -o dwmblocks
-dwmblocks.o: dwmblocks.c blocks.h
- gcc -c -lX11 dwmblocks.c
+dwmblocks.o: dwmblocks.c config.h
+ gcc -c -lX11 dwmblocks.c
clean:
rm *.o *.gch dwmblocks
install: output
Software created with 💖