fix uninstall in makefile

This commit is contained in:
Christopher Jeffrey 2011-12-05 06:52:11 -06:00
parent 9577fcd344
commit cc7adcd175
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ install: compton
&& cp -t "${MANDIR}" compton.1
uninstall:
@rm -f ${PREFIX}/compton
@rm -f ${PREFIX}/bin/compton
@rm -f ${MANDIR}/compton.1
clean: