File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 33
44# Makefile for django_coverage_plugin
55
6- default :
7- @echo " * No default action *"
6+ help : # # Show this help.
7+ @echo " Available targets:"
8+ @grep ' ^[a-zA-Z]' $(MAKEFILE_LIST ) | sort | awk -F ' :.*?## ' ' NF==2 {printf " %-26s%s\n", $$1, $$2}'
89
9- test :
10- tox
10+ test : # # Run all the tests.
11+ tox -q -- -q
1112
12- clean :
13+ clean : # # Remove non-source files.
1314 -rm -rf * .egg-info
1415 -rm -rf build dist
1516 -rm -f * .pyc * /* .pyc * /* /* .pyc * /* /* /* .pyc * /* /* /* /* .pyc * /* /* /* /* /* .pyc
2021 -rm -f .coverage .coverage.* coverage.xml
2122 -rm -f setuptools-* .egg distribute-* .egg distribute-* .tar.gz
2223
23- sterile : clean
24+ sterile : clean # # Remove all non-controlled content, even if expensive.
2425 -rm -rf .tox*
2526
2627SDIST_CMD = python setup.py sdist --formats=gztar
You can’t perform that action at this time.
0 commit comments