stumpwm: Use .lisp extension
This commit is contained in:
parent
999f51952e
commit
a81a4ec407
2 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,9 @@
|
||||||
.PHONY: all install
|
files = stumpwmrc.lisp
|
||||||
|
install-files = $(addprefix install-,$(files))
|
||||||
|
|
||||||
|
.PHONY: all install $(install-files)
|
||||||
all:
|
all:
|
||||||
install: stumpwmrc
|
install: $(install-files)
|
||||||
install -Dm 444 $^ ${HOME}/.$^
|
|
||||||
|
$(install-files): install-%.lisp:
|
||||||
|
install -Dm 444 $*.lisp ${HOME}/.$*
|
||||||
|
|
Loading…
Reference in a new issue