ack/tests/plat/long-long/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

16 lines
196 B
Lua

bundle {
name = "srcs",
srcs = {
"./lladdsub_e.c",
"./llbitset_e.c",
"./llcmp_e.c",
"./llconvert_e.c",
"./lldivrem_e.c",
"./llmul_e.c",
"./llshift_e.c",
"./llswitch_e.c",
}
}