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