herbe

[fork] notifications
Log | Files | Refs | README | LICENSE

commit 5505ac7d5951eda956d81c66a2b3ff764f4f27bf
parent f22875d19b482358cbffdaa927c884d827cd8167
Author: Samuel Dudik <samuel.dudik@gmail.com>
Date:   Thu, 30 Jul 2020 18:58:09 +0200

Add uninstall option to makefile

Diffstat:
M.gitignore | 2+-
Mmakefile | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1 +1 @@ -main +herbe diff --git a/makefile b/makefile @@ -4,5 +4,8 @@ default: install: default cp herbe /usr/local/bin +uninstall: + rm /usr/local/bin/herbe + clean: rm -f herbe