summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2022-07-13 23:45:17 +0000
committerOmar Rizwan <omar@omar.website>2022-07-13 23:45:17 +0000
commit6c3897cd92a07bcb3f38276b2b8b3adf7e2ffcb3 (patch)
tree4df8d62050aa21d2e90f29c26557d0f9879eb809 /Makefile
parentstart building whenTree. it looks ok! (diff)
downloadfolk-6c3897cd92a07bcb3f38276b2b8b3adf7e2ffcb3.tar.gz
folk-6c3897cd92a07bcb3f38276b2b8b3adf7e2ffcb3.zip
statementsTrie
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a20d0602..ff3078ea 100644
--- a/Makefile
+++ b/Makefile
@@ -19,5 +19,5 @@ show-statements:
echo showStatements | nc -w 1 $(NODE) 4273
show-whens:
echo showWhens | nc -w 1 $(NODE) 4273
-show-when-tree:
- echo showWhenTree | nc -w 1 $(NODE) 4273 | dot -Tsvg > when-tree.svg
+show-statements-trie:
+ echo showStatementsTrie | nc -w 1 $(NODE) 4273 | dot -Tpdf > statements-trie.pdf