update
This commit is contained in:
parent
a30eab9feb
commit
c08762eaff
4 changed files with 26 additions and 13 deletions
5
Makefile
5
Makefile
|
|
@ -22,6 +22,8 @@ srcfile: $(DESTDIR)/src/.srcfile
|
|||
|
||||
st: $(DESTDIR)/src/st/config.h
|
||||
|
||||
gitconfig: $(DESTDIR)/.gitconfig
|
||||
|
||||
.PHONY: fish i3 i3status vis Xresources fontconfig srcfile st
|
||||
|
||||
|
||||
|
|
@ -41,3 +43,6 @@ $(DESTDIR)$(PREFIX)/i3status/config: $(PWD)/i3status/config
|
|||
|
||||
$(DESTDIR)/src/.srcfile: $(PWD)/srcfiles/src
|
||||
ln -sf $^ $@
|
||||
|
||||
$(DESTDIR)/.gitconfig: $(PWD)/gitconfig
|
||||
ln -sf $^ $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue