diff options
| author | Tristan Sloughter <t@crashfast.com> | 2015-06-21 12:15:52 -0500 |
|---|---|---|
| committer | Tristan Sloughter <t@crashfast.com> | 2015-06-21 16:34:51 -0500 |
| commit | 5866742dd88b89aa0d9bf9618b22e28268500703 (patch) | |
| tree | 9c68c85ff3e744c16ff3761cade35e0bfdeb73c4 /bootstrap | |
| parent | 4acd8e01510a6ff387dfae499c1d2e863945d3f7 (diff) | |
use bbmustache package
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ compile(App, FirstFiles) -> FirstFilesPaths = [filename:join([Dir, "src", Module]) || Module <- FirstFiles], Sources = FirstFilesPaths ++ filelib:wildcard(filename:join([Dir, "src", "*.erl"])), [compile_file(X, [{i, filename:join(Dir, "include")} + ,debug_info ,{outdir, filename:join(Dir, "ebin")} ,return | additional_defines()]) || X <- Sources]. |
