7 lines
247 B
Makefile
Executable file
7 lines
247 B
Makefile
Executable file
# Makefile for mnt-and-sway
|
|
PREFIX=/usr
|
|
install:
|
|
cp ./mnt-and-sway $(PREFIX)/bin/
|
|
chmod 755 $(PREFIX)/bin/mnt-and-sway
|
|
cp ./mnt-and-sway.desktop $(PREFIX)/share/wayland-sessions/
|
|
chmod 644 $(PREFIX)/share/wayland-sessions/mnt-and-sway.desktop
|