dotfiles/Makefile

9 lines
89 B
Makefile

install:
./install.zsh
update:
./install.zsh update
private:
./install.zsh private
6