add uninstall to makefile
This commit is contained in:
parent
af604a70ea
commit
b5be668c22
5
makefile
5
makefile
@ -4,4 +4,7 @@ install:
|
|||||||
sudo cp ./systemd-gotify.bin /usr/local/bin/systemd-gotify
|
sudo cp ./systemd-gotify.bin /usr/local/bin/systemd-gotify
|
||||||
mkdir $${HOME}/.config/systemd-gotify/
|
mkdir $${HOME}/.config/systemd-gotify/
|
||||||
cp config $${HOME}/.config/systemd-gotify/config
|
cp config $${HOME}/.config/systemd-gotify/config
|
||||||
|
uninstall:
|
||||||
|
sudo rm /usr/local/bin/systemd-gotify
|
||||||
|
rm $${HOME}/.config/systemd-gotify/config
|
||||||
|
rm $${HOME}/.config/systemd-gotify/ -r
|
||||||
|
Loading…
Reference in New Issue
Block a user