dotfiles/Makefile
2023-07-15 14:15:50 +02:00

9 lines
No EOL
89 B
Makefile

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