From 78b925a4d86b57e58e6322b7cad7bc47098618fd Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Sun, 23 Aug 2026 04:49:51 +0000 Subject: initial commit There is some work to be done on top of this such as creating a way to manage memory to be freed later without needing to manually manage every pointer. Signed-off-by: Chloe M. --- build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 build.sh (limited to 'build.sh') 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 -- cgit v1.2.3