UTPassMirror/clickable.json

18 lines
371 B
JSON

{
"template": "cmake",
"kill": "UTPass",
"scripts": {
"c": "third/clean.sh && clickable clean",
"cr": "third/clean.sh && clickable",
"r": "clickable --dirty",
"crd": "third/clean.sh && clickable desktop",
"rd": "clickable desktop --dirty"
},
"dependencies_build": [
"texinfo",
"gpgsm",
"bison"
],
"dependencies_target": []
}