aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2023-12-17 09:46:16 +0100
committerEddy Pedroni <epedroni@pm.me>2023-12-17 09:46:16 +0100
commit6dbf6fbc530b81ad58d877d38c4a5a01630f6e91 (patch)
tree257408fa2f7e0a6133049bae6b2b861604d3c054
parent8dd60aefc35eef0a899a6b75831c4a7fc5fdb100 (diff)
Fix header dependencies in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ffa69b4..5578967 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ all: dwm
.c.o:
${CC} -c ${CFLAGS} $<
-${OBJ}: config.h config.mk
+${OBJ}: util.h drw.h config.h config.mk
config.h:
cp config.def.h $@