remove redundant code

This commit is contained in:
Andreas Zweili 2019-07-24 23:15:12 +02:00
parent f9dd215e78
commit a623aab846
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ local_test:
pytest; \
)
clean:
rm -f network_inventory/network_inventory/db.sqlite3
clean: .remove_db
rm -rf venv/
sudo find . \( -name __pycache__ -o -name "*.pyc" \) -delete
docker-compose down -v --rmi local