Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / libs / LBuild
diff --git a/lunaix-os/libs/LBuild b/lunaix-os/libs/LBuild
new file mode 100644 (file)
index 0000000..2f647b4
--- /dev/null
@@ -0,0 +1,12 @@
+sources([
+    "crc.c",
+    "hash.c",
+    "klibc/itoa.c",
+    "klibc/ksprintf.c",
+    "klibc/string/mem.c",
+    "klibc/string/strchr.c",
+    "klibc/string/strcmp.c",
+    "klibc/string/strcpy.c",
+    "klibc/string/strlen.c",
+    "klibc/string/trim.c"
+])
\ No newline at end of file