@@ -0,0 +1,23 @@
.PHONY: doc
all:
./rebar compile
./rebar doc
./rebar xref
./rebar eunit
compile:
doc:
xref: compile
clean:
./rebar clean
test: xref
The note is not visible to the blocked user.