summaryrefslogtreecommitdiff
path: root/debug.sh
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-12-25 14:25:34 +0000
committerAda Christine <adachristine18@gmail.com>2021-12-25 14:25:34 +0000
commit257bdba7ddcc8d9893927c458e3c6e377c4e8d9c (patch)
treed854fbfc8c87b6c35475d450de7735cfb2f030a1 /debug.sh
parente303a03e7c96bc5bf7fa93f7b46ce63196893d7a (diff)
use the correct directories
Diffstat (limited to 'debug.sh')
-rwxr-xr-xdebug.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug.sh b/debug.sh
index eacdc94..aea288c 100755
--- a/debug.sh
+++ b/debug.sh
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
+make -C kc/core &&
+make -C kc/boot &&
make -C loader &&
-make -C shim &&
-make -C kernel &&
./image.sh &&