Force remove venv

This commit is contained in:
2018-02-08 21:39:07 +01:00
parent 13e146e544
commit c84d70d5a7

View File

@@ -17,7 +17,7 @@ $(dotbot):
.PHONY: clean .PHONY: clean
clean: clean:
rm -r venv rm -rf venv
$(ansible): venv $(ansible): venv