Replace rm with del in Win Makefile

This commit is contained in:
Alexey Romanov
2011-02-16 17:55:17 +03:00
parent ee41a43d63
commit fb473a6f10

View File

@@ -14,7 +14,7 @@ tests:
$(REBAR) eunit
clean:
-rm -rf deps ebin priv doc\* .eunit c_src\*.o
del /Q deps ebin priv doc\* .eunit c_src\*.o
docs:
$(REBAR_COMPILE) doc