summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index bea5ccf..511d49b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -47,9 +47,14 @@ build_kconf() {
$MAKE -C tools/kconf/
}
+build_omar() {
+ $MAKE -C tools/omar/
+}
+
build() {
build_limine
build_kconf
+ build_omar
}
echo "----------------------------------"