Skip to content

Commit

Permalink
Upadtes sublime project
Browse files Browse the repository at this point in the history
  • Loading branch information
psde committed Jan 16, 2013
1 parent bbf0e4c commit d7f39a1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions codepeiler.sublime-project
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"folders":
[
{
"path": "src",
"file_exclude_patterns": ["*.o", "*.d"]
}
{
"path": ".",
"file_exclude_patterns": ["*.o", "*.d", "codepeiler"]
}
],
"settings":
{
"tab_size": 4
},
"build_systems":
[
{
"name": "make",
"name": "Codepeiler - make",
"cmd": ["make clean", "make", ""],
"working_dir": "$project_path",
"path": "/usr/local/bin:/usr/bin/:/bin/",
Expand Down

0 comments on commit d7f39a1

Please sign in to comment.