summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e2c3e3d..b43808a1 100644
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,8 @@ $(BASIC_PLT): $(BEAM_TARGETS)
touch $@; \
else \
dialyzer --output_plt $@ --build_plt \
- --apps kernel stdlib sasl mnesia os_mon ssl eunit tools; \
+ --apps erts kernel stdlib compiler sasl os_mon mnesia tools \
+ public_key crypto ssl; \
fi
clean: