Skip to content

Commit 30a116a

Browse files
committed
Removed test and doc from target all in Makefile, since it was causing the execution of tests when using erlang.mk and meck as a test dependency.
1 parent 2eb1952 commit 30a116a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DIALYZER_INC=$(shell test -d include && echo '-I include') $(shell test -d deps
1818
.PHONY: all rebuild compile doc clean test dialyzer typer get-deps clean-deps \
1919
shell clean-plt clean-doc distclean
2020

21-
all: get-deps compile test doc
21+
all: get-deps compile
2222

2323
rebuild: distclean get-deps all
2424

0 commit comments

Comments
 (0)