summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13ce899..ba07484 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ debug_rebuild:
$(MAKE) ERLC_OPTS="$(ERLC_OPTS) +debug_info"
$(DIALYZER_BASE_PLT_FILE):
- $(DIALYZER_EXEC) --build_plt --apps erts kernel stdlib crypto jiffy mnesia \
+ $(DIALYZER_EXEC) --build_plt --apps erts kernel stdlib crypto mnesia \
--output_plt $@
debug_run: $(DIALYZER_BASE_PLT_FILE)