add Makefile to work around an erlang.mk assumption

This commit is contained in:
alisdair sullivan 2014-10-28 02:13:25 +00:00
parent 99eddc8ae8
commit bbf7d39e85

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
all:
rebar compile
test:
rebar eunit
deps:
rebar get-deps