aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dd7ca0e..d8e95f0 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,9 @@ tests: $(BIN)
54run: $(BIN) 54run: $(BIN)
55 $(BIN) example.bdl 55 $(BIN) example.bdl
56 56
57viz: $(BIN)
58 $(BIN) example.bdl | dot -Nfontname="Iosevka Term" -Tpng > viz.png
59
57# Remove build directory. 60# Remove build directory.
58clean: 61clean:
59 rm -rf $(BUILD_DIR) 62 rm -rf $(BUILD_DIR)