ack/modules/build.lua

12 lines
141 B
Lua
Raw Normal View History

bundle {
name = "headers",
srcs = { "./h/*.h" }
}
2016-06-09 05:14:41 +00:00
clibrary {
name = "string",
srcs = { "./src/string/*.c" },
deps = { "#headers" },
2016-06-09 05:14:41 +00:00
}