userspace fun: maze game and a new device to support it
[lunaix-os.git] / lunaix-os / usr / LBuild
index 03a89ee28577f41c3803a9dcb3699ca96d16661d..a6373089b95990356f739258ce88277c6d396d40 100644 (file)
@@ -4,7 +4,8 @@ sources([
     "signal_demo",
     "cat",
     "stat",
-    "test_pthread"
+    "test_pthread",
+    "maze"
 ])
 
 compile_opts([
@@ -36,3 +37,5 @@ if config("arch") == "x86_64":
 else:
     compile_opts("-m32")
     linking_opts("-m32")
+
+compile_opts("-mno-sse")
\ No newline at end of file