aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '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 $@