diff options
Diffstat (limited to 'BUILD.bazel')
| -rw-r--r-- | BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel index 6cbf83c..59c5d8f 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -5,5 +5,7 @@ refresh_compile_commands( targets = { "//willow:willow": "", + "//willow:willowc": "", + "//willow/unittest/ir:verifier": "", }, ) |