Add prof to clean task
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Reimer 2019-05-08 12:08:11 +00:00
parent a8a0354e57
commit 6413b9aac4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ test:
TEST=True pytest --log-cli-level=DEBUG
clean:
rm -rf __pycache__ .cache .coverage .pytest_cache dist
rm -rf __pycache__ .cache .coverage .pytest_cache dist prof
build: $(PACKAGE_FILE)