7 lines
135 B
Makefile
7 lines
135 B
Makefile
test:
|
|
@echo Test mode, run \"make all\" to enact changes
|
|
stow -v --no --dotfiles --target ~ .
|
|
|
|
all:
|
|
stow -v --dotfiles --target ~ .
|