Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / kernel / exe / LBuild
diff --git a/lunaix-os/kernel/exe/LBuild b/lunaix-os/kernel/exe/LBuild
new file mode 100644 (file)
index 0000000..8b24498
--- /dev/null
@@ -0,0 +1,5 @@
+use("elf32")
+
+sources([
+    "exec.c"
+])
\ No newline at end of file