From 9a4252595230e006b75fbb4fc63170a79e06fc36 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 9 Aug 2022 18:43:08 +0200 Subject: Updated to 6.3 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ae64c5..77bcbc0 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,9 @@ options: ${OBJ}: config.h config.mk +config.h: + cp config.def.h $@ + dwm: ${OBJ} ${CC} -o $@ ${OBJ} ${LDFLAGS} @@ -27,7 +30,7 @@ clean: dist: clean mkdir -p dwm-${VERSION} - cp -R LICENSE Makefile README config.mk\ + cp -R LICENSE Makefile README config.def.h config.mk\ dwm.1 drw.h util.h ${SRC} dwm.png transient.c dwm-${VERSION} tar -cf dwm-${VERSION}.tar dwm-${VERSION} gzip dwm-${VERSION}.tar -- cgit v1.2.3