Rewrite the lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git] / lunaix-os / kernel / exe / LBuild
index 3ab25b49f44a6005ee1612e6787a0f2e34c9135d..1a23f2a7d108d01adb7945422f4759521ce05b46 100644 (file)
@@ -1,5 +1,3 @@
-use("elf-generic")
+import_("elf-generic")
 
 
-sources([
-    "exec.c"
-])
\ No newline at end of file
+src.c += "exec.c"
\ No newline at end of file