09554cb324
because : is special in make and non of the others I could think of would work.
12 lines
141 B
Lua
12 lines
141 B
Lua
bundle {
|
|
name = "headers",
|
|
srcs = { "./h/*.h" }
|
|
}
|
|
|
|
clibrary {
|
|
name = "string",
|
|
srcs = { "./src/string/*.c" },
|
|
deps = { "#headers" },
|
|
}
|
|
|