@@ -0,0 +1,14 @@
REBAR:=./rebar
all: erl
erl:
$(REBAR) get-deps compile
test: all
$(REBAR) skip_deps=true eunit
clean:
$(REBAR) clean
-rm -rvf deps ebin
The note is not visible to the blocked user.