Simplified rm -rf deps ebin priv doc/*
This commit is contained in:
2
Makefile
2
Makefile
@@ -9,7 +9,7 @@ test: all
|
|||||||
$(REBAR) skip_deps=true eunit
|
$(REBAR) skip_deps=true eunit
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -rf deps ebin priv doc/* ct_run* all_runs.html variables* index.html
|
-rm -rf deps ebin priv doc/*
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
$(REBAR) doc
|
$(REBAR) doc
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
% -*- mode: erlang -*-
|
% -*- mode: erlang -*-
|
||||||
|
{erlc_opts, [debug_info]}.
|
||||||
{port_envs, [{"DRV_LDFLAGS", "$DRV_LDFLAGS -lsqlite3"}]}.
|
{port_envs, [{"DRV_LDFLAGS", "$DRV_LDFLAGS -lsqlite3"}]}.
|
||||||
{cover_enabled, true}.
|
{cover_enabled, true}.
|
||||||
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
|
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
|
||||||
|
{plt, "./sqlite3.plt"}.
|
||||||
|
|||||||
Reference in New Issue
Block a user