5 lines
76 B
Makefile
5 lines
76 B
Makefile
|
.PHONY: all install
|
||
|
all:
|
||
|
install: stumpwmrc
|
||
|
install -Dm 444 $^ ${HOME}/.$^
|