aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d8e95f0..6c898a9 100644
--- a/Makefile
+++ b/Makefile
@@ -54,8 +54,14 @@ tests: $(BIN)
54run: $(BIN) 54run: $(BIN)
55 $(BIN) example.bdl 55 $(BIN) example.bdl
56 56
57viz: $(BIN) 57viz_lex: $(BIN)
58 $(BIN) example.bdl | dot -Nfontname="Iosevka Term" -Tpng > viz.png 58 $(BIN) -pl example.bdl
59
60viz_par: $(BIN)
61 $(BIN) -pp example.bdl | dot -Nfontname="Iosevka Term" -Tpng > viz.png
62
63viz_sem: $(BIN)
64 $(BIN) -ps example.bdl | dot -Nfontname="Iosevka Term" -Tpng > viz.png
59 65
60# Remove build directory. 66# Remove build directory.
61clean: 67clean: