Another Windows makefile fix
This commit is contained in:
6
Makefile
6
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user