skizzle/.atom-build.json

5 lines
84 B
JSON
Raw Normal View History

{
"cmd": "cd {PROJECT_PATH} && cmake {PROJECT_PATH} && make",
"name": "cmake"
}