legacy-dotfiles/stumpwm/Makefile

10 lines
211 B
Makefile
Raw Normal View History

2012-08-26 22:19:45 +02:00
files = stumpwmrc.lisp
install-files = $(addprefix install-,$(files))
.PHONY: all install $(install-files)
2012-08-26 21:58:53 +02:00
all:
2012-08-26 22:19:45 +02:00
install: $(install-files)
$(install-files): install-%.lisp:
install -Dm 444 $*.lisp ${HOME}/.$*