remove the .second_run file with -f

If the file isn't present the Makefile fails without the -f flag
This commit is contained in:
Andreas Zweili 2020-01-07 18:11:32 +01:00
parent dcc3e39914
commit bfea2ca2c1
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ clean:
rm -rf venv/
sudo find . \( -name __pycache__ -o -name "*.pyc" \) -delete
sudo rm -rf htmlcov/
sudo rm network_inventory/.second_run
sudo rm -f .second_run
docker-compose down -v --rmi local