/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
- all:
- @test -d ebin || mkdir ebin
- @cp src/oauth.app ebin/
- @erl -make
- clean:
- @rm -rf ebin/* erl_crash.dump