/modules/mod_oauth/deps/erlang-oauth/Makefile

http://github.com/zotonic/zotonic · Makefile · 7 lines · 6 code · 1 blank · 0 comment · 1 complexity · cf19278bbe663ed8602e1e85d29acdc1 MD5 · raw file

  1. all:
  2. @test -d ebin || mkdir ebin
  3. @cp src/oauth.app ebin/
  4. @erl -make
  5. clean:
  6. @rm -rf ebin/* erl_crash.dump