aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <[email protected]>2019-12-18 13:52:24 -0500
committerLuke Smith <[email protected]>2019-12-18 13:52:24 -0500
commit66f629b545c3cafdda657a984df443ae3d90cc0a (patch)
tree66bd712a13cf7a7f39785237ddf32ec0b40cd876 /Makefile
parentfullscreen is always selected (diff)
downloadseiwm-66f629b545c3cafdda657a984df443ae3d90cc0a.tar.xz
seiwm-66f629b545c3cafdda657a984df443ae3d90cc0a.zip
dwmc and personal config added
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