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