Browse Source

kate config

master
Harald Hoyer 8 years ago
parent
commit
2db14045c1
  1. 4
      .kateproject

4
.kateproject

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
{
"name": "Kate"
"name": "Dracut"
, "files": [ { "git": 1 } ]
, "build": {
"directory": "build"
"directory": "./"
, "build": "make -j $(getconf _NPROCESSORS_ONLN) all"
, "clean": "make clean"
}

Loading…
Cancel
Save