ConwayII/conway.sublime-project

21 lines
269 B
Plaintext
Raw Permalink Normal View History

2017-03-12 23:30:49 +00:00
{
"folders":
[
{
"path": "."
}
],
"settings":
{
2017-03-14 08:52:58 +00:00
"tab_size": 8
2017-03-12 23:30:49 +00:00
},
"build_systems":
[
{
"name": "Run",
"working_dir": "${project_path:${folder}}",
"shell_cmd": "make run"
}
]
}