Skip to content

Commit

Permalink
astroidmail#14: include script for making compile_commands using bear
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Dec 22, 2014
1 parent 688d092 commit ab4ee40
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -17,3 +17,5 @@ core*

\#*\#

compile_commands.json

11 changes: 11 additions & 0 deletions devel/make_compile_commands.sh
@@ -0,0 +1,11 @@
#! /usr/bin/bash
#
# this uses bear to make compile_commands.json for for SCons
#
# https://github.com/gauteh/astroid/issues/14
#
# run from root source directory.

scons -c
bear -- scons --verbose

0 comments on commit ab4ee40

Please sign in to comment.