diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | Makefile.win | 5 |
2 files changed, 3 insertions, 5 deletions
@@ -172,8 +172,7 @@ soak-eunit: couch while [ $$? -eq 0 ] ; do $(REBAR) -r eunit $(EUNIT_OPTS) ; done .PHONY: elixir -elixir: elixir-check-formatted - @rm -rf dev/lib +elixir: elixir-check-formatted devclean @dev/run -a adm:pass --no-eval test/elixir/run .PHONY: elixir-check-formatted diff --git a/Makefile.win b/Makefile.win index e57763b72..eedf99b2f 100644 --- a/Makefile.win +++ b/Makefile.win @@ -144,8 +144,7 @@ just-eunit: .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 @@ -326,7 +325,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 |