Stop playing...
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 9 Dec 2019 14:59:58 +0000 (09:59 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 9 Dec 2019 14:59:58 +0000 (09:59 -0500)
Makefile

index 9c15970..8727235 100644 (file)
--- 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 \
This page took 0.021914 seconds and 4 git commands to generate.