UTPassMirror/clickable.json

18 lines
371 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",
2019-03-18 07:10:58 +00:00
"cr": "third/clean.sh && clickable",
"r": "clickable --dirty",
"crd": "third/clean.sh && clickable desktop",
"rd": "clickable desktop --dirty"
2019-03-13 18:38:12 +00:00
},
"dependencies_build": [
"texinfo",
2019-03-18 07:10:58 +00:00
"gpgsm",
"bison"
2019-03-16 15:18:05 +00:00
],
2019-03-18 07:10:58 +00:00
"dependencies_target": []
2019-03-13 18:38:12 +00:00
}