UTPassMirror/clickable.json

19 lines
370 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"
2019-03-16 15:18:05 +00:00
],
"dependencies_target": [
2019-03-13 18:38:12 +00:00
]
}