mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: split all backends into cmd/tools/builders (#12811)
This commit is contained in:
7
cmd/tools/builders/native_builder.v
Normal file
7
cmd/tools/builders/native_builder.v
Normal file
@ -0,0 +1,7 @@
|
||||
module main
|
||||
|
||||
import v.builder.nativebuilder
|
||||
|
||||
fn main() {
|
||||
nativebuilder.start()
|
||||
}
|
Reference in New Issue
Block a user