Skip to content

Commit

Permalink
Removed test and doc from target all in Makefile, since it was causin…
Browse files Browse the repository at this point in the history
…g the execution of tests when using erlang.mk and meck as a test dependency.
  • Loading branch information
jfacorro committed Jun 18, 2014
1 parent 2eb1952 commit 30a116a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -18,7 +18,7 @@ DIALYZER_INC=$(shell test -d include && echo '-I include') $(shell test -d deps
.PHONY: all rebuild compile doc clean test dialyzer typer get-deps clean-deps \
shell clean-plt clean-doc distclean

all: get-deps compile test doc
all: get-deps compile

rebuild: distclean get-deps all

Expand Down

0 comments on commit 30a116a

Please sign in to comment.