Moved stumpwm config
This commit is contained in:
parent
71b21beaa6
commit
ec47fc9fcd
2 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
files = stumpwmrc.lisp
|
||||
install-files = $(addprefix install-,$(files))
|
||||
|
||||
.PHONY: all install $(install-files)
|
||||
all:
|
||||
install: $(install-files)
|
||||
|
||||
$(install-files): install-%.lisp:
|
||||
install -Dm 444 $*.lisp ${HOME}/.$*
|
Loading…
Reference in a new issue