9 lines
178 B
Python
9 lines
178 B
Python
|
|
binrule(name = "nbc-single",
|
|
sources = ["nbc-single.cc"],
|
|
deplibs = ["thor:thor"])
|
|
|
|
binrule(name = "nbc-multi",
|
|
sources = ["nbc-multi.cc"],
|
|
deplibs = ["thor:thor"])
|