mirror of
https://github.com/yshui/picom.git
synced 2024-11-03 04:33:49 -05:00
install trans script as settrans
This commit is contained in:
parent
5206eaba74
commit
b9dbf7701b
2 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -18,10 +18,12 @@ install: compton
|
|||
@cp -t $(PREFIX)/bin compton
|
||||
@[ -d "$(MANDIR)" ] \
|
||||
&& cp -t "$(MANDIR)" compton.1
|
||||
@cp -t $(PREFIX)/bin settrans
|
||||
|
||||
uninstall:
|
||||
@rm -f $(PREFIX)/bin/compton
|
||||
@rm -f $(MANDIR)/compton.1
|
||||
@rm -f $(PREFIX)/bin/settrans
|
||||
|
||||
clean:
|
||||
@rm -f $(OBJS) compton
|
||||
|
|
Loading…
Reference in a new issue