kate config
parent
db7d61cff7
commit
2db14045c1
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "Kate"
|
"name": "Dracut"
|
||||||
, "files": [ { "git": 1 } ]
|
, "files": [ { "git": 1 } ]
|
||||||
, "build": {
|
, "build": {
|
||||||
"directory": "build"
|
"directory": "./"
|
||||||
, "build": "make -j $(getconf _NPROCESSORS_ONLN) all"
|
, "build": "make -j $(getconf _NPROCESSORS_ONLN) all"
|
||||||
, "clean": "make clean"
|
, "clean": "make clean"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue