X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=blobdiff_plain;f=Makefile;h=872723525e1f8e3c28cdfc2f0147d3890f87ec0d;hp=fe90b009363ea80dba5f334f3a19bc9a687a8de7;hb=HEAD;hpb=7264b4f392d5733d49707e58f10cf900514e2a47 diff --git a/Makefile b/Makefile index fe90b00..8727235 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -REBAR := ./rebar --config rebar_test_build.config +REBAR := ./rebar .PHONY: \ all \ @@ -10,14 +10,18 @@ REBAR := ./rebar --config rebar_test_build.config deps_get \ deps_update \ dialyze \ - dialyzer_blt_build \ - test + dialyzer_plt_build \ + test \ + travis_ci all: \ + travis_ci \ + dialyze + +travis_ci: \ clean_all \ deps_get \ compile_all \ - dialyze \ test deps_get: @@ -49,7 +53,7 @@ dialyze: ) -dialyzer_blt_build: +dialyzer_plt_build: @dialyzer \ --build_plt \ --apps $(shell ls $(shell \