diff --git a/Makefile b/Makefile index b95c510..53297e3 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,7 @@ build: main.c gcc $(FLAGS) -o $(NAME) $(FILES) install: - sudo cp $(NAME) $(INSTALL_DIR)$(NAME) \ No newline at end of file + sudo cp $(NAME) $(INSTALL_DIR)$(NAME) + +uninstall: + sudo rm $(INSTALL_DIR)$(NAME)