12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
b :: import "@std/build"
|
|
|
|
config :: b.BuildConfig{
|
|
name = "hello",
|
|
source = "src",
|
|
libraries = &[],
|
|
lib_paths = &[],
|
|
includes = &[],
|
|
defines = &[],
|
|
links = &[],
|
|
}
|