Removed -v file from uninstall

This commit is contained in:
Bruce Hill 2021-01-17 23:40:21 -08:00
parent 4761a74abb
commit b37c7c3985

View File

@ -35,7 +35,7 @@ install: $(NAME)
cp $(NAME) "$(PREFIX)/bin/"
uninstall:
rm -rvf "$(PREFIX)/bin/$(NAME)" "$(PREFIX)/share/man/man1/$(NAME).1" "$(SYSCONFDIR)/xdg/$(NAME)";
rm -rf "$(PREFIX)/bin/$(NAME)" "$(PREFIX)/share/man/man1/$(NAME).1" "$(SYSCONFDIR)/xdg/$(NAME)"
@if [ -d ~/.config/$(NAME) ]; then \
printf 'Config files exist in ~/.config/$(NAME) Do you want to delete them? [Y/n] '; \
read confirm; \