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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
/images
|
||||
/linux
|
||||
/output
|
||||
/.prepared
|
||||
/.host-tools
|
||||
|
||||
Reference in New Issue
Block a user