Skip to content

Commit 94b28a4

Browse files
author
Vlad Ionescu
committed
comment for create-plt make target
1 parent ed8b9f1 commit 94b28a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ dialyze: $(BEAM_TARGETS) $(BASIC_PLT)
6666
$(ERL_EBIN) -eval \
6767
"rabbit_dialyzer:halt_with_code(rabbit_dialyzer:dialyze_files(\"$(BASIC_PLT)\", \"$(BEAM_TARGETS)\"))."
6868

69+
# rabbit.plt is used by rabbitmq-erlang-client's dialyze make target
6970
create-plt: $(RABBIT_PLT)
7071

7172
$(RABBIT_PLT): $(BEAM_TARGETS) $(BASIC_PLT)

0 commit comments

Comments
 (0)