diff --git a/.gitignore b/.gitignore index ba2906d..00bb0a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -main +herbe diff --git a/makefile b/makefile index 817bfa4..70e5080 100644 --- 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