Remove st from Makefile
This commit is contained in:
parent
222939284e
commit
18fb6ca766
1 changed files with 1 additions and 6 deletions
7
Makefile
7
Makefile
|
|
@ -20,8 +20,6 @@ fontconfig:
|
|||
|
||||
srcfile: $(DESTDIR)/src/.srcfile
|
||||
|
||||
st: $(DESTDIR)/src/st/config.h
|
||||
|
||||
gitconfig: $(DESTDIR)/.gitconfig
|
||||
|
||||
zls: $(DESTDIR)$(PREFIX)/zls.json
|
||||
|
|
@ -40,14 +38,11 @@ foot: $(DESTDIR)$(PREFIX)/foot/foot.ini
|
|||
|
||||
nimmm: $(DESTDIR)$(PREFIX)/nimmm.conf
|
||||
|
||||
.PHONY: fish i3 i3status vis Xresources fontconfig srcfile st gitconfig zls alacritty sway emacs gtk mpd foot
|
||||
.PHONY: fish i3 i3status vis Xresources fontconfig srcfile gitconfig zls alacritty sway emacs gtk mpd foot
|
||||
|
||||
|
||||
## Actual file operations
|
||||
|
||||
$(DESTDIR)/src/st/config.h: $(PWD)/st/config.h
|
||||
ln -sf $^ $@
|
||||
|
||||
$(DESTDIR)$(PREFIX)/fish/config.fish: $(PWD)/fish/nix.fish
|
||||
ln -sf $^ $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue