Added /etc/uwufetch to uninstall target
This commit is contained in:
parent
e851d7dcb3
commit
6f6c83dff4
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -59,6 +59,7 @@ install: build
|
|||
uninstall:
|
||||
rm -f $(DESTDIR)/$(PREFIX)/$(NAME)
|
||||
rm -rf $(DESTDIR)/$(LIBDIR)/uwufetch
|
||||
rm -rf $(ETC_DIR)/uwufetch
|
||||
rm -f $(DESTDIR)/$(MANDIR)/$(NAME).1.gz
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue