From 8951767a09edf7730450ea4aa997831eb18a6c35 Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Fri, 10 Oct 2014 00:49:03 +0400 Subject: [PATCH] Another Windows makefile fix --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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