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