From e9500d57873f0c5d693ffbebd20738c28ae2d81c Mon Sep 17 00:00:00 2001 From: olgeni Date: Sat, 8 Jan 2005 17:46:32 +0000 Subject: Add dialyzer, a static analysis tool for Erlang/OTP applications. --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index f8ce05714715..0d71f37c25f2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -195,6 +195,7 @@ SUBDIR += devhelp SUBDIR += devtodo SUBDIR += dia2code + SUBDIR += dialyzer SUBDIR += diffconvert SUBDIR += directfb SUBDIR += distcc -- cgit