Massive ackbuilder refactor --- cleaner and more expressive. Lists
are automatically flattened (leading to better build files), and the list and filename functions are vastly more orthogonal.
This commit is contained in:
@@ -24,7 +24,7 @@ clibrary {
|
||||
name = "em_data",
|
||||
srcs = concat(
|
||||
"./em_ptyp.c",
|
||||
filenamesof(generated, "%.c$")
|
||||
matching(filenamesof(generated), "%.c$")
|
||||
),
|
||||
hdrs = {
|
||||
"+generated" -- so we export the H files
|
||||
|
||||
Reference in New Issue
Block a user