ack/modules/build.lua
David Given 09554cb324 installable works, although it's a bit kludgy. Change the : separator to +
because : is special in make and non of the others I could think of would work.
2016-06-14 07:34:14 +02:00

12 lines
141 B
Lua

bundle {
name = "headers",
srcs = { "./h/*.h" }
}
clibrary {
name = "string",
srcs = { "./src/string/*.c" },
deps = { "#headers" },
}