about summary refs log tree commit diff stats
path: root/tools/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-12-07 15:20:44 -0800
committerKartik Agaram <vc@akkartik.com>2019-12-07 18:05:06 -0800
commitc1d596f56a6f2198ea8ea1b0a90c613e919d891b (patch)
tree6e44703f23864ad78dd68e7b0a9229f54a46b281 /tools/Readme.md
parente9aee071f44876bcce4d741eea52198249e5b339 (diff)
downloadmu-c1d596f56a6f2198ea8ea1b0a90c613e919d891b.tar.gz
5796 - move treeshake to a new tools/ directory
Diffstat (limited to 'tools/Readme.md')
-rw-r--r--tools/Readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/Readme.md b/tools/Readme.md
new file mode 100644
index 00000000..3a24955b
--- /dev/null
+++ b/tools/Readme.md
@@ -0,0 +1,11 @@
+Run all these from the top-level `mu/` directory.
+
+### Miscellaneous odds and ends
+
+These are built lazily.
+
+* `treeshake_all`: rebuild SubX binaries without tests and unused functions.
+  Pretty hacky; just helps estimate the code needed to perform various tasks.
+  ```
+  tools/treeshake_all
+  ```