summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-01-24 10:47:13 +0100
committerbakkeby <[email protected]>2020-01-24 10:52:40 +0100
commitb866bf5319068c0977b2f4f7e06e29e59baa83bf (patch)
treec80d70553936a17b4b6dcbc3af0012b077d4dae7 /Makefile
parent83a7b16a864bf36525c9dd3d53c1895de5de3864 (diff)
downloaddwm-flexipatch-b866bf5319068c0977b2f4f7e06e29e59baa83bf.tar.gz
dwm-flexipatch-b866bf5319068c0977b2f4f7e06e29e59baa83bf.zip
Adding barpadding patch and moving patches.h to paches.def.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1e402b..25258d5 100644
--- a/Makefile
+++ b/Makefile
@@ -17,11 +17,14 @@ options:
.c.o:
${CC} -c ${CFLAGS} $<
-${OBJ}: config.h config.mk
+${OBJ}: config.h config.mk patches.h
config.h:
cp config.def.h $@
+patches.h:
+ cp patches.def.h $@
+
dwm: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}