Browse Source

BugFix: clean rule in Makefile

master
Dirk Alders 1 year ago
parent
commit
cb9b2ec388
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      scripts/Makefile

+ 0
- 1
scripts/Makefile View File

@@ -43,7 +43,6 @@ clean: venv3
43 43
 	@ls testresults | xargs -i rm -f "testresults/{}"
44 44
 	@echo -e "\e[1m  * Collected coverage information\e[0m"
45 45
 	@$(COV3_CMD) erase
46
-	@rm -r venv3
47 46
 
48 47
 cleanall: clean
49 48
 	@echo "\e[1m  * Virtualenv\e[0m"

Loading…
Cancel
Save