5 lines
186 B
Bash
5 lines
186 B
Bash
|
# Builds the shiv "package" for distribution
|
||
|
# TODO: add build version/tag to filename
|
||
|
# TODO: add version info to code for version subcommand
|
||
|
shiv -c laconic-so -o package/laconic-so .
|