UTPassMirror/clickable.json

16 lines
337 B
JSON
Raw Normal View History

2019-03-13 18:38:12 +00:00
{
"template": "cmake",
"kill": "UTPass",
"scripts": {
2019-03-15 16:53:40 +00:00
"c": "third/clean.sh && clickable clean",
"crun": "third/clean.sh && clickable",
"run": "clickable --dirty",
"crund": "third/clean.sh && clickable desktop",
"rund": "clickable desktop --dirty"
2019-03-13 18:38:12 +00:00
},
"dependencies_build": [
"texinfo",
"gpgsm"
]
}