8 lines
229 B
Makefile
8 lines
229 B
Makefile
|
PREFIX=/
|
||
|
|
||
|
install:
|
||
|
cp ./mnt-and-sway $PREFIX/usr/bin/
|
||
|
chmod 755 $PREFIX/mnt-and-sway
|
||
|
cp ./mnt-and-sway.desktop $PREFIX/usr/share/wayland-sessions/
|
||
|
chmod 644 $PREFIX/usr/share/wayland-sessions/mnt-and-sway.desktop
|