summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.win b/Makefile.win
index fc552500c..2b74e455e 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -165,8 +165,7 @@ python-black-update: .venv/bin/black
. dev\run rel\overlay\bin\couchup test\javascript\run
.PHONY: elixir
-elixir: elixir-check-formatted
- @del /s/q dev\lib 2> nul
+elixir: elixir-check-formatted devclean
@dev\run -a adm:pass --no-eval test\elixir\run.cmd
.PHONY: elixir-check-formatted
@@ -347,7 +346,7 @@ clean:
-@del /f/q/s src\*.dll
-@del /f/q src\couch\priv\*.exe
-@del /f/q share\server\main.js share\server\main-coffee.js
- -@rmdir /s/q tmp
+ -@rmdir /s/q tmp
-@rmdir /s/q dev\data
-@rmdir /s/q dev\lib
-@rmdir /s/q dev\logs