Second Extended Filesystem (ext2) and other improvements (#33)
[lunaix-os.git] / lunaix-os / usr / LBuild
index 03a89ee28577f41c3803a9dcb3699ca96d16661d..4b0617cbab5417a0b167cb0f7a0ca6ed6b9c236a 100644 (file)
@@ -4,7 +4,11 @@ sources([
     "signal_demo",
     "cat",
     "stat",
-    "test_pthread"
+    "test_pthread",
+    "file_test",
+    "maze",
+    "mkdir",
+    "rm",
 ])
 
 compile_opts([
@@ -36,3 +40,5 @@ if config("arch") == "x86_64":
 else:
     compile_opts("-m32")
     linking_opts("-m32")
+
+compile_opts("-mno-sse")
\ No newline at end of file