Fix Makefile uninstall error
This commit is contained in:
parent
717ca0a0bc
commit
9dfec539c5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -43,6 +43,6 @@ install: all
|
|||
uninstall:
|
||||
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
|
||||
${DESTDIR}${MANPREFIX}/man1/dwm.1\
|
||||
${DESTDIR}${MANPREFIX}/bin/startdwm
|
||||
${DESTDIR}${PREFIX}/bin/startdwm
|
||||
|
||||
.PHONY: all clean dist install uninstall
|
||||
|
|
Loading…
Reference in a new issue