From e40d4ded95a53ade2907d7612b0322024194d39b Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 9 Dec 2019 09:59:58 -0500 Subject: [PATCH] Stop playing... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9c15970..8727235 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ REBAR := ./rebar deps_get \ deps_update \ dialyze \ - dialyzer_blt_build \ + dialyzer_plt_build \ test \ travis_ci @@ -53,7 +53,7 @@ dialyze: ) -dialyzer_blt_build: +dialyzer_plt_build: @dialyzer \ --build_plt \ --apps $(shell ls $(shell \ -- 2.20.1