We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c219d4b commit db847a8Copy full SHA for db847a8
Makefile
@@ -16,6 +16,7 @@ help:
16
@echo " test - Run tests"
17
@echo " docker-build - Build the Docker image"
18
@echo " docker-run - Run the Docker container with the example"
19
+ @echo " visualizer - Run the visualization script"
20
21
.PHONY: all
22
all: install test
0 commit comments