summaryrefslogtreecommitdiff
path: root/debug.sh
diff options
context:
space:
mode:
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 &&