Merge pull request #2 from Nereuxofficial/main
Added the uninstall target to the makefile
This commit is contained in:
commit
688c654b2d
1 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -9,3 +9,6 @@ build: main.c
|
||||||
|
|
||||||
install:
|
install:
|
||||||
sudo cp $(NAME) $(INSTALL_DIR)$(NAME)
|
sudo cp $(NAME) $(INSTALL_DIR)$(NAME)
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
sudo rm $(INSTALL_DIR)$(NAME)
|
||||||
|
|
Loading…
Reference in a new issue