blob: 46f0fb245adaf82031908153fe3da505fcb11223 (
plain)
1
2
3
4
5
6
7
|
data.js: tools/data.json tools/gendata.js
node tools/gendata.js > data.js
tools/data.json: tools/layout.json tools/process-layout.js
node tools/process-layout.js
tools/layout.json: tools/layout.svg tools/parse-layout.js
node tools/parse-layout.js
|