You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
191 B

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