diff --git a/Makefile b/Makefile index 250f0c3..6a872e4 100644 --- a/Makefile +++ b/Makefile @@ -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