1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-11 13:51:02 -05:00

fix uninstall in makefile

This commit is contained in:
Christopher Jeffrey 2011-12-05 06:52:11 -06:00
parent 9577fcd344
commit cc7adcd175

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: