diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 16:02:08 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 16:02:08 -0500 |
| commit | bd244c69f5edd6b84753a4bc6c2bd1ca011e90f7 (patch) | |
| tree | 1ebdcf3e557796afab9fbe11c807d692f46086bd /local-tomo | |
| parent | 13c430fde1388703aa002fdb203548801082d4e3 (diff) | |
Tweak build setup
Diffstat (limited to 'local-tomo')
| -rwxr-xr-x | local-tomo | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/bin/sh version=$(awk '/^## / {print $2; exit}' CHANGES.md) -if ! [ -e ./build/$version/bin/tomo ]; then +if ! [ -e ./build/tomo@$version/bin/tomo ]; then make -j fi -exec ./build/$version/bin/tomo "$@" +exec ./build/tomo@$version/bin/tomo "$@" |
