Update eccodes.sublime-project

This commit is contained in:
Baudouin Raoult 2016-06-18 23:16:33 +01:00
parent f45ebeef59
commit 249e5f8d99
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@
],
"build_systems": [
{
"working_dir": "${project_path}/../../build/grib_api",
"working_dir": "${project_path}/../../build/eccodes",
"cmd": [
"make"
],
"file_regex": "([/\\w\\-\\.]+):(\\d+):(\\d+:)?",
"name": "Build"
"name": "ecbuild"
}
]
}