kate config

master
Harald Hoyer 2016-04-15 10:27:48 +02:00
parent db7d61cff7
commit 2db14045c1
1 changed files with 2 additions and 2 deletions

View File

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