REBAR3?=$(shell test -e `which rebar3` 2>/dev/null && which rebar3 ||echo"./rebar3")
all:compile
compile:
${REBAR3} compile
clean:
${REBAR3} clean
test:compile
${REBAR3} eunit
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.