Remove etap target from the Makefile
Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/5752dbc1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/5752dbc1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/5752dbc1 Branch: refs/heads/master Commit: 5752dbc1fc2d9e5fd41c347b206295af8445764f Parents: 46b3152 Author: Paul J. Davis <[email protected]> Authored: Mon Jun 16 21:14:39 2014 -0500 Committer: Paul J. Davis <[email protected]> Committed: Mon Jun 16 21:14:39 2014 -0500 ---------------------------------------------------------------------- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/5752dbc1/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 95b4233..025486e 100644 --- a/Makefile +++ b/Makefile @@ -29,15 +29,11 @@ build: depends $(REBAR) compile -etap: test/etap.beam test/util.beam - prove test/*.t - - eunit: $(REBAR) eunit skip_deps=true -check: build etap eunit +check: build eunit %.beam: %.erl
