diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..ae01711 --- /dev/null +++ b/build.sh @@ -0,0 +1,8 @@ +#!/bin/bash +# +# Copyright (c) 2026, Apollo Telephone Laboratories. +# Provided under the BSD-3 clause. +# + +BUILD_DIRS=core +BOP_BUILD=$BUILD_DIRS bop build |
