X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=732cd852f9d0c741c837695d3d927f4dad50b8bf;hb=cfda0cd2e71df40a95f38462a7352f90bebe1265;hp=1420ddfc134991d58802feadc9c17a7597c507d3;hpb=599f5f4f9cbd1542801668184fbfd0e255411e10;p=hope.git diff --git a/Makefile b/Makefile index 1420ddf..732cd85 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,18 @@ -.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