summaryrefslogtreecommitdiff
path: root/lib/diameter
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2019-06-20 16:09:53 +0200
committerLukas Larsson <lukas@erlang.org>2019-06-26 10:08:19 +0200
commitce2a4e4409a5b0da5522056c29df27ab0afe95ee (patch)
tree7ed042e5624f842e23337e8c1c4f7101853ceaac /lib/diameter
parent14944c65bada76cf246f885f7a146c7fd54cb3df (diff)
downloaderlang-ce2a4e4409a5b0da5522056c29df27ab0afe95ee.tar.gz
Add 'make dialyzer' target to top and apps
Diffstat (limited to 'lib/diameter')
-rw-r--r--lib/diameter/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/diameter/Makefile b/lib/diameter/Makefile
index 8c3c0ff0cc..a25baeb929 100644
--- a/lib/diameter/Makefile
+++ b/lib/diameter/Makefile
@@ -27,9 +27,6 @@ SPECIAL_TARGETS =
include $(ERL_TOP)/make/otp_subdir.mk
-info:
- @echo "APP_VSN = $(APP_VSN)"
-
-.PHONY: info
+DIA_PLT_APPS=ssl runtime_tools syntax_tools
include $(ERL_TOP)/make/app_targets.mk