Replies: 1 comment
-
Nevermind, it works as expected you just have to point to the directory containing the rule you want to build |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to add tags to the make rules so that we can utilize the bazel build --build_tag_filters=tag functionality? For example, if I add the tag "makefile" to all make rules then I should be able to run bazel build --build_tag_filters=makefile to build only the make rules.
Beta Was this translation helpful? Give feedback.
All reactions