diff --git a/makefile b/makefile index d42a569..7326a6d 100644 --- a/makefile +++ b/makefile @@ -4,4 +4,7 @@ install: sudo cp ./systemd-gotify.bin /usr/local/bin/systemd-gotify mkdir $${HOME}/.config/systemd-gotify/ 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