7 lines
229 B
Makefile
Executable file
7 lines
229 B
Makefile
Executable file
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
|