@@ -0,0 +1,15 @@
REBAR=rebar3
all: release
release:
${REBAR} release
compile:
${REBAR} compile
doc:
${REBAR} edoc
clean:
${REBAR} clean
The note is not visible to the blocked user.