about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2020-10-21 20:03:55 +0100
committerYour Name <you@example.com>2020-10-21 20:03:55 +0100
commit61fb8628182db20d974eb63cedf41dceb7abf14c (patch)
tree583539acf5622edc8f642bf881dd181f14b89ba3 /Makefile
parentRemove scripts (diff)
downloaddwm-61fb8628182db20d974eb63cedf41dceb7abf14c.tar.gz
dwm-61fb8628182db20d974eb63cedf41dceb7abf14c.tar.bz2
dwm-61fb8628182db20d974eb63cedf41dceb7abf14c.zip
Removed keyhandling functionality
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77bcbc0..f837f5c 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ dist: clean
 
 install: all
 	mkdir -p ${DESTDIR}${PREFIX}/bin
-	cp -f dwm ${DESTDIR}${PREFIX}/bin
+	cp -f dwm dwmc ${DESTDIR}${PREFIX}/bin
 	chmod 755 ${DESTDIR}${PREFIX}/bin/dwm
 	mkdir -p ${DESTDIR}${MANPREFIX}/man1
 	sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1