mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-01-12 23:36:29 +01:00
feat: include sway install in makefile
This commit is contained in:
parent
e6f746a7cc
commit
34e59131f6
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
@ -5,6 +5,13 @@ FLAGS=--release
|
|||
|
||||
DEST=$(HOME)/.config/rmenu
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue