blob: 5f9396e14d75e4133a1feeb7ee3490f5c669aa0b [file] [log] [blame]
all: check
build:
@rebar3 compile
check: build
@rebar3 eunit
clean:
@rebar3 clean
@rm -rf _build