Makefile 144 B

12345678910111213
  1. # See LICENSE for licensing information.
  2. all: app
  3. app:
  4. @./rebar compile
  5. clean:
  6. @./rebar clean
  7. rm -f erl_crash.dump
  8. test:
  9. @./rebar eunit