mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
feat: include sway install in makefile
This commit is contained in:
parent
e6f746a7cc
commit
34e59131f6
7
Makefile
7
Makefile
@ -5,6 +5,13 @@ FLAGS=--release
|
|||||||
|
|
||||||
DEST=$(HOME)/.config/rmenu
|
DEST=$(HOME)/.config/rmenu
|
||||||
INSTALL=$(CARGO_PATH)/bin
|
INSTALL=$(CARGO_PATH)/bin
|
||||||
|
SWAY_CONF=/etc/sway/config.d
|
||||||
|
|
||||||
|
all: install sway
|
||||||
|
|
||||||
|
sway:
|
||||||
|
echo "Installing Configuration for Sway"
|
||||||
|
sudo cp -vf ./rmenu/public/99-rmenu-sway.conf ${SWAY_CONF}/.
|
||||||
|
|
||||||
install: build deploy
|
install: build deploy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user