Improve buildsystem by making build directory

We now create build directory for kernel and libc so that source
directories are kept more clean.
This commit is contained in:
Bananymous
2022-12-03 18:15:10 +02:00
parent c292ef5471
commit c17f61611e
3 changed files with 40 additions and 30 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
isodir
sysroot
.vscode/
.idea/