diff options
| author | Omar Rizwan <omar@omar.website> | 2022-07-13 23:45:17 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2022-07-13 23:45:17 +0000 |
| commit | 6c3897cd92a07bcb3f38276b2b8b3adf7e2ffcb3 (patch) | |
| tree | 4df8d62050aa21d2e90f29c26557d0f9879eb809 /Makefile | |
| parent | start building whenTree. it looks ok! (diff) | |
| download | folk-6c3897cd92a07bcb3f38276b2b8b3adf7e2ffcb3.tar.gz folk-6c3897cd92a07bcb3f38276b2b8b3adf7e2ffcb3.zip | |
statementsTrie
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
