st 0.8.2 config
This commit is contained in:
parent
c3c735018e
commit
4c367e05cd
3 changed files with 30 additions and 25 deletions
6
Makefile
6
Makefile
|
|
@ -20,14 +20,16 @@ fontconfig:
|
|||
|
||||
srcfile: $(DESTDIR)/src/.srcfile
|
||||
|
||||
st:
|
||||
install -Dm600 st/config.def.h $(DESTDIR)/src/st/config.def.h
|
||||
st: $(DESTDIR)/src/st/config.h
|
||||
|
||||
.PHONY: fish i3 i3status vis Xresources bspwm sxhkd fontconfig srcfile st
|
||||
|
||||
|
||||
## Actual file operations
|
||||
|
||||
$(DESTDIR)/src/st/config.h: $(PWD)/st/config.h
|
||||
ln -sf $^ $@
|
||||
|
||||
$(DESTDIR)$(PREFIX)/fish/config.fish: $(PWD)/fish/config.fish
|
||||
ln -sf $^ $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue