summaryrefslogtreecommitdiff
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 396c477..a3e95ba 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,9 @@ maintainer-clean: distclean
dist sdist: distclean
$(PYTHON) setup.py sdist
+run-quickstart:
+ ./tests/run-quickstart.sh
+
# Rebuild missing or changed documentation.
# Editing docstrings in Python or C source will not cause the documentation
# to be rebuilt with this target, use docs-force instead.