Makefile: added common targets

This commit is contained in:
pr0c3550r 2023-03-30 21:57:46 +02:00
parent 1fdc1675ef
commit d9c3133c8a

View file

@ -0,0 +1,21 @@
help:
@echo name target to stow
neovim:
stow nvim
tmux:
stow tmux
zsh:
stow zsh
shell:
stow shell
sh:
stow shell zsh
all:
stow ./