blob: 7a847552ab5ef47169959c8f4e7decab5bd27422 [file] [log] [blame]
{
"name": "Kate"
, "files": [ { "git": 1 } ]
, "build": {
"directory": "build"
, "build": "make -j $(getconf _NPROCESSORS_ONLN) all"
, "clean": "make clean"
}
}