Skip to content

Instantly share code, notes, and snippets.

View hhhhhojeihsu's full-sized avatar

hchsu hhhhhojeihsu

View GitHub Profile
@bsilver8192
bsilver8192 / BUILD
Created March 17, 2016 16:12
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',
],
)