Blob Blame History Raw
{
  "name": "Dracut"
  , "files": [ { "git": 1 } ]
  , "build": {
    "directory": "./"
  , "build": "make -j $(getconf _NPROCESSORS_ONLN) all"
  , "clean": "make clean"
  }
}