Added the uninstall target to the makefile
This commit is contained in:
parent
bed6fd3310
commit
2435e0d6b6
1 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -9,3 +9,6 @@ build: main.c
|
|||
|
||||
install:
|
||||
sudo cp $(NAME) $(INSTALL_DIR)$(NAME)
|
||||
|
||||
uninstall:
|
||||
sudo rm $(INSTALL_DIR)$(NAME)
|
||||
|
|
Loading…
Reference in a new issue