deno/BUILD.gn
Ryan Dahl acaff6d056
Remove tools/build.py (#2865)
Testing regression: ASAN build removed.
2019-09-06 20:32:58 -04:00

6 lines
82 B
Text

group("default") {
testonly = true
deps = [
"core/libdeno:default",
]
}