diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-12-25 14:25:34 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-12-25 14:25:34 +0000 |
| commit | 257bdba7ddcc8d9893927c458e3c6e377c4e8d9c (patch) | |
| tree | d854fbfc8c87b6c35475d450de7735cfb2f030a1 /debug.sh | |
| parent | e303a03e7c96bc5bf7fa93f7b46ce63196893d7a (diff) | |
use the correct directories
Diffstat (limited to 'debug.sh')
| -rwxr-xr-x | debug.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 && |
