kate config

This commit is contained in:
Harald Hoyer 2016-04-15 10:27:48 +02:00
parent db7d61cff7
commit 2db14045c1

View File

@ -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"
}