st 0.8.2 config

This commit is contained in:
joachimschmidt557 2020-04-14 12:42:28 +02:00
parent c3c735018e
commit 4c367e05cd
3 changed files with 30 additions and 25 deletions

View file

@ -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 $^ $@