aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-01-13 15:04:58 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-01-13 15:04:58 +0530
commit192e3277c026f8a69cca1742eab95596c504b868 (patch)
tree9bfa850567e9de0d1eb8551290be1d64033e5dcb
parent21fb655b85762708c6773ba16fa54f78190f95f2 (diff)
Makefile: config.def.h removed
-rw-r--r--Makefile5
1 files changed, 1 insertions, 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