We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76183ba commit ae3328dCopy full SHA for ae3328d
tools/Makefile
@@ -1,3 +1,10 @@
1
+#
2
+# This is the old Makefile for the project, before moving to CMake
3
+# if CMake is not for you, then this may still be useful for you to build
4
+# a single kernel from the source tree. Just keep in mind you need to add
5
+# your own main file, and that the source tree is outdated. Good luck.
6
7
+
8
# kernel binary
9
OUT = mykernel
10
# .c files (add your own!)
0 commit comments