Skip to content

Instantly share code, notes, and snippets.

@mmlac
mmlac / BUILD
Created December 11, 2016 04:33 — forked from bsilver8192/BUILD
Basics of generating a compile_commands.json file with Bazel
py_binary(
name = 'generate_compile_command',
srcs = [
'generate_compile_command.py',
],
deps = [
'//third_party/bazel:extra_actions_proto_py',
],
)