Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / LBuild
diff --git a/lunaix-os/LBuild b/lunaix-os/LBuild
new file mode 100644 (file)
index 0000000..f4bb7c8
--- /dev/null
@@ -0,0 +1,9 @@
+use("kernel")
+use("libs")
+use("arch")
+use("hal")
+
+headers([
+    "includes",
+    "includes/usr"
+])
\ No newline at end of file