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 cb738d5 commit bd89644Copy full SHA for bd89644
Makefile
@@ -1,7 +1,7 @@
1
-.PHONY: clean-pyc clean-build docs clean
+.PHONY: all clean clean-build clean-pyc clean-test lint test test-quick test-example test-all coverage dist
2
3
help:
4
- @echo "clean Lint, test, check coverage and package"
+ @echo "all Lint, test, check coverage and package"
5
@echo "clean Remove all build, test, coverage and Python artifacts"
6
@echo "clean-build Remove build artifacts"
7
@echo "clean-pyc Remove Python file artifacts"
0 commit comments