rebar/install

12 lines
191 B
Text
Raw Normal View History

#!/bin/bash
# Fail on first error
set -e
## Compile
erlc -I include -o ebin src/*.erl
## Use application installer to perform actual installation
## into erlang distro
priv/rebar install