1234567891011 |
- %% -*- mode: erlang -*-
- {erl_opts, [debug_info]}.
- {yrl_opts, [{includefile, "include/erlydtl_preparser.hrl"}]}.
- {deps,
- [{merl, ".*",
- {git, "git://github.com/erlydtl/merl.git", {branch, "erlydtl"}},
- [raw]}
- ]}.
- {pre_hooks, [{compile, "make -C $REBAR_DEPS_DIR/merl all"}]}.
|