Skip to content

Commit bd89644

Browse files
committed
Updating PHONY targets
1 parent cb738d5 commit bd89644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.PHONY: clean-pyc clean-build docs clean
1+
.PHONY: all clean clean-build clean-pyc clean-test lint test test-quick test-example test-all coverage dist
22

33
help:
4-
@echo "clean Lint, test, check coverage and package"
4+
@echo "all Lint, test, check coverage and package"
55
@echo "clean Remove all build, test, coverage and Python artifacts"
66
@echo "clean-build Remove build artifacts"
77
@echo "clean-pyc Remove Python file artifacts"

0 commit comments

Comments
 (0)