diff --git a/Makefile b/Makefile index 852f678..dc6e094 100644 --- a/Makefile +++ b/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