aboutsummaryrefslogtreecommitdiff
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 72b1647..afaa375 100755
--- a/bootstrap
+++ b/bootstrap
@@ -22,8 +22,13 @@ build_limine() {
make -C stand/limine/
}
+build_kconf() {
+ make -C tools/kconf/
+}
+
build() {
build_limine
+ build_kconf
}
echo "----------------------------------"