public
Description: The source code repository for twoorl.com
Homepage: http://twoorl.com
Clone URL: git://github.com/yariv/twoorl.git
twoorl / Emakefile
100644 7 lines (6 sloc) 0.263 kb
1
2
3
4
5
6
7
{"src/twoorl.erl", [{outdir, "./ebin"}]}.
{"src/twoorl_sup.erl", [{outdir, "./ebin"}]}.
{"src/twoorl_server.erl", [{outdir, "./ebin"},
{i, "/Users/yariv/yaws/include"}]}.
{"elib/rfc4627/*", [{outdir, "./ebin"}]}.
{"elib/twitter_client/*", [{outdir, "./ebin"}]}.