ack/modules/build.lua
David Given 25b6712e63 Rework all the ackbuilder scripts not to use wildcards, because we can't expand
them without luaposix, which isn't available (easily) on OSX or Windows.
2022-07-14 23:57:54 +02:00

13 lines
155 B
Lua

clibrary {
name = "headers",
hdrs = {
"./h/ansi.h",
"./h/em_arith.h",
"./h/em.h",
"./h/em_label.h",
"./h/em_mesX.h",
"./h/emO_code.h",
}
}