Simplified rm -rf deps ebin priv doc/*

This commit is contained in:
Alexey Romanov
2010-10-14 12:12:53 +04:00
parent fa377cc942
commit 2c84aefb48
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ test: all
$(REBAR) skip_deps=true eunit
clean:
-rm -rf deps ebin priv doc/* ct_run* all_runs.html variables* index.html
-rm -rf deps ebin priv doc/*
docs:
$(REBAR) doc

View File

@@ -1,4 +1,6 @@
% -*- mode: erlang -*-
{erlc_opts, [debug_info]}.
{port_envs, [{"DRV_LDFLAGS", "$DRV_LDFLAGS -lsqlite3"}]}.
{cover_enabled, true}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{plt, "./sqlite3.plt"}.