From 192e3277c026f8a69cca1742eab95596c504b868 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Fri, 13 Jan 2023 15:04:58 +0530 Subject: [PATCH] Makefile: config.def.h removed --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 77bcbc0..9ae64c5 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,6 @@ options: ${OBJ}: config.h config.mk -config.h: - cp config.def.h $@ - dwm: ${OBJ} ${CC} -o $@ ${OBJ} ${LDFLAGS} @@ -30,7 +27,7 @@ clean: dist: clean mkdir -p dwm-${VERSION} - cp -R LICENSE Makefile README config.def.h config.mk\ + cp -R LICENSE Makefile README 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