aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2022-04-19 10:41:32 -0300
committerBad Diode <bd@badd10de.dev>2022-04-19 10:41:32 -0300
commitc69929cc501203829082b810bafe75a22947e00c (patch)
tree46dceba9e657a424626ab97f510b49d3b2b889cf /Makefile
parent7cf1451ab52586ed9c4eeae1b1ec3b4ebaa83393 (diff)
downloadbdl-c69929cc501203829082b810bafe75a22947e00c.tar.gz
bdl-c69929cc501203829082b810bafe75a22947e00c.zip
Add viz for symbol tables
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6c898a9..6a12cc3 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,9 @@ viz_par: $(BIN)
63viz_sem: $(BIN) 63viz_sem: $(BIN)
64 $(BIN) -ps example.bdl | dot -Nfontname="Iosevka Term" -Tpng > viz.png 64 $(BIN) -ps example.bdl | dot -Nfontname="Iosevka Term" -Tpng > viz.png
65 65
66viz_sym: $(BIN)
67 $(BIN) -pt example.bdl | dot -Nfontname="Iosevka Term" -Tpng > viz.png
68
66# Remove build directory. 69# Remove build directory.
67clean: 70clean:
68 rm -rf $(BUILD_DIR) 71 rm -rf $(BUILD_DIR)