Fix makefile
This commit is contained in:
@@ -6,6 +6,8 @@ PLT=dialyzer/sqlite3.plt
|
||||
|
||||
all: config_normal compile
|
||||
|
||||
debug: config_debug compile
|
||||
|
||||
compile:
|
||||
$(REBAR_COMPILE)
|
||||
|
||||
@@ -29,7 +31,7 @@ endif
|
||||
cross_compile: config_cross
|
||||
$(REBAR_COMPILE) -C rebar.cross_compile.config
|
||||
|
||||
valgrind: clean
|
||||
valgrind: config_debug
|
||||
$(REBAR_DEBUG) get-deps compile
|
||||
valgrind --tool=memcheck --leak-check=yes --num-callers=20 ./test.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user