12 lines
246 B
Makefile
12 lines
246 B
Makefile
completions:
|
|
bashly add completions
|
|
|
|
generate: completions
|
|
bashly generate --upgrade
|
|
|
|
docs: generate
|
|
bashly render :mandoc ./man1
|
|
|
|
install: generate docs
|
|
cp -f ./autoinstall ~/.local/bin/
|
|
cp -f ./man1/autoinstall*.1 ~/.local/share/man/man1/
|