Skip to content

Instantly share code, notes, and snippets.

@erikrose
Created June 17, 2014 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikrose/403f76cce8593a45802c to your computer and use it in GitHub Desktop.
Save erikrose/403f76cce8593a45802c to your computer and use it in GitHub Desktop.
[DXR]
a = 1
b = 2
[some_tree]
source_folder = PWD/code
object_folder = PWD/code
build_command = make clean; make -j $jobs
[another_tree]
source_folder = PWD/code2
object_folder = PWD/code2
build_command = make clean; make -j $jobs
[yet_another_tree]
source_folder = PWD/code3
object_folder = PWD/code3
build_command = make clean; make -j $jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment