diff --git a/Makefile b/Makefile index 3ac8de4..ff1f0f6 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ $(dotbot): .PHONY: clean clean: - rm -r venv + rm -rf venv $(ansible): venv