Add uninstall option to makefile
This commit is contained in:
parent
f22875d19b
commit
5505ac7d59
2 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
||||||
main
|
herbe
|
||||||
|
|
3
makefile
3
makefile
|
@ -4,5 +4,8 @@ default:
|
||||||
install: default
|
install: default
|
||||||
cp herbe /usr/local/bin
|
cp herbe /usr/local/bin
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm /usr/local/bin/herbe
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f herbe
|
rm -f herbe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue