From 5752dbc1fc2d9e5fd41c347b206295af8445764f Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Mon, 16 Jun 2014 21:14:39 -0500 Subject: [PATCH] Remove etap target from the Makefile --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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