Add top-level Makefile

Building the OS is now as simple as running `make` on a Gentoo system.

Interestingly, when `make` is executed as a (grand)child process of
another `make` process, it always prints an `Entering directory ...`
message.  This breaks the `make kernelversion` command, by adding
extraneous text to the output.
This commit is contained in:
2023-02-13 22:50:59 -06:00
parent f32c6d37a4
commit 1687e615b4
4 changed files with 100 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
/images
/linux
/output
/.prepared
/.host-tools