12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
group("mfgtools") {
|
|
deps = [
|
|
# This will expand to the name "//tutorial:tutorial" which is the full name
|
|
# of our new target. Run "gn help labels" for more.
|
|
# "//ah:aha",
|
|
"ah:ah"
|
|
]
|
|
}
|
|
|
|
|
|
|