diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-06-21 19:30:13 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-21 00:28:20 +0200 |
commit | 98acb0d5392f9e66e26e0ab0c4fa2894beb3a2f5 (patch) | |
tree | d86bdaa299c9ad7baf76b90fec8f0de12c79d3e1 /Makefile | |
parent | 373cff9c9aa7885084cd260f82357998392f884a (diff) | |
download | washingtons-war-98acb0d5392f9e66e26e0ab0c4fa2894beb3a2f5.tar.gz |
layout
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..46f0fb2 --- /dev/null +++ b/Makefile @@ -0,0 +1,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 + |