Rewrite the lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git] / lunaix-os / hal / gfxa / LBuild
index 54d50d131eb44d4c60310e87441ea305fb9e4488..980a0a5a452899729fadebde79a010033aee3596 100644 (file)
@@ -1,5 +1,3 @@
-use("vga")
+from . import vga
 
 
-sources([
-    "gfxm.c"
-])
\ No newline at end of file
+src.c += "gfxm.c"
\ No newline at end of file