blob: 008787dd44bf830d5da567496d2422f4c539a8b5 [file] [log] [blame]
all: compile
compile:
@rebar compile
tests:
@rebar eunit
clean:
@rebar clean
.PHONY: clean compile tests