X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=e5a20752b5892ed5a05d2909182750a856dd0f15;hb=2a40de4f9404d67967ad486d7d10b354791105fe;hp=1420ddfc134991d58802feadc9c17a7597c507d3;hpb=599f5f4f9cbd1542801668184fbfd0e255411e10;p=hope.git diff --git a/Makefile b/Makefile index 1420ddf..e5a2075 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,12 @@ -.PHONY: all compile clean +.PHONY: fresh-build compile clean dialyze -all: clean compile +fresh-build: clean compile compile: @rebar compile clean: @rebar clean + +dialyze: + @dialyzer ebin