diff --git a/Makefile b/Makefile index 34c9edd..60065da 100644 --- a/Makefile +++ b/Makefile @@ -25,3 +25,6 @@ webapp: webapp/node_modules serve-webapp: cd docs && ../venv/bin/python -m http.server + +test: venv + venv/bin/python ./test.py