Another Windows makefile fix

This commit is contained in:
Alexey Romanov
2014-10-10 00:49:03 +04:00
parent e7d0f9c221
commit 8951767a09

View File

@@ -1,8 +1,8 @@
REBAR=rebar REBAR=rebar
REBAR_COMPILE=$(REBAR) get-deps compile REBAR_COMPILE=$(REBAR) get-deps compile
PLT=dialyzer\sqlite3.plt PLT=dialyzer\sqlite3.plt
ERL_INTERFACE=$(ERL_ROOT)\lib\erl_interface-3.7.2 ERL_INTERFACE=$(ERL_ROOT)\lib\erl_interface-3.7.18
ERTS=$(ERL_ROOT)\erts-5.8.2 ERTS=$(ERL_ROOT)\erts-6.2
SQLITE_SRC=F:\MyProgramming\sqlite-amalgamation SQLITE_SRC=F:\MyProgramming\sqlite-amalgamation
all: compile all: compile
@@ -14,7 +14,7 @@ debug:
$(REBAR_COMPILE) -C rebar.debug.config $(REBAR_COMPILE) -C rebar.debug.config
tests: tests:
mkdir .eunit if not exist .eunit mkdir .eunit
cp sqlite3.dll .eunit cp sqlite3.dll .eunit
$(REBAR_COMPILE) eunit $(REBAR_COMPILE) eunit