瀏覽代碼

BugFix: clean rule in Makefile

master
Dirk Alders 1 年之前
父節點
當前提交
cb9b2ec388
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      scripts/Makefile

+ 0
- 1
scripts/Makefile 查看文件

@@ -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…
取消
儲存