From b9e29ebe901e41e777aaa4be00b808ca655697cf Mon Sep 17 00:00:00 2001
From: Luke Smith <luke@lukesmith.xyz>
Date: Sun, 1 Mar 2020 07:01:56 -0500
Subject: blocks.h moved to config.h

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Makefile')

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
-- 
cgit v1.2.3