UTPassMirror/clickable.json
2019-03-16 16:18:05 +01:00

19 lines
370 B
JSON

{
"template": "cmake",
"kill": "UTPass",
"scripts": {
"c": "third/clean.sh && clickable clean",
"crun": "third/clean.sh && clickable",
"run": "clickable --dirty",
"crund": "third/clean.sh && clickable desktop",
"rund": "clickable desktop --dirty"
},
"dependencies_build": [
"texinfo",
"gpgsm"
],
"dependencies_target": [
]
}