Fixed makefile uninstall target
This commit is contained in:
parent
d2d12e9767
commit
5ddf22fc20
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -49,7 +49,7 @@ install: all
|
|||
chmod 644 ${DESTDIR}${MANPREFIX}/man1/sis.1
|
||||
|
||||
uninstall:
|
||||
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
|
||||
${DESTDIR}${MANPREFIX}/man1/dwm.1
|
||||
rm -f ${DESTDIR}${PREFIX}/bin/sis\
|
||||
${DESTDIR}${MANPREFIX}/man1/sis.1
|
||||
|
||||
.PHONY: all options clean dist install uninstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue