Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / usr / LBuild
index 03a89ee28577f41c3803a9dcb3699ca96d16661d..0561206b9c4d4987227391bd211ce641577577ef 100644 (file)
@@ -4,7 +4,12 @@ sources([
     "signal_demo",
     "cat",
     "stat",
-    "test_pthread"
+    "test_pthread",
+    "file_test",
+    "maze",
+    "mkdir",
+    "rm",
+    "fragfile",
 ])
 
 compile_opts([
@@ -36,3 +41,5 @@ if config("arch") == "x86_64":
 else:
     compile_opts("-m32")
     linking_opts("-m32")
+
+compile_opts("-mno-sse")
\ No newline at end of file