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:
parent
9577fcd344
commit
cc7adcd175
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue