Explorar el Código

BugFix: clean rule in Makefile

master
Dirk Alders hace 1 año
padre
commit
cb9b2ec388
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      scripts/Makefile

+ 0
- 1
scripts/Makefile Ver fichero

@@ -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…
Cancelar
Guardar