From b866bf5319068c0977b2f4f7e06e29e59baa83bf Mon Sep 17 00:00:00 2001 From: bakkeby Date: Fri, 24 Jan 2020 10:47:13 +0100 Subject: Adding barpadding patch and moving patches.h to paches.def.h --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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} -- cgit v1.2.3