Builds libend (the simplest library). Becoming obvious I need to rework the way
ackbuilder deals with lists.
This commit is contained in:
@@ -30,15 +30,15 @@ definerule("build_as",
|
||||
|
||||
return cprogram {
|
||||
name = e.name,
|
||||
srcs = {
|
||||
srcs = concat(
|
||||
"mach/proto/as/*.c",
|
||||
yaccfiles, -- for .c file
|
||||
},
|
||||
filenamesof(yaccfiles, "%.c$")
|
||||
),
|
||||
deps = {
|
||||
"h+emheaders",
|
||||
"modules/src/object+lib",
|
||||
archlib,
|
||||
yaccfiles, -- for .h file
|
||||
yaccfiles
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user