summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-06-21 12:15:52 -0500
committerTristan Sloughter <t@crashfast.com>2015-06-21 16:34:51 -0500
commit5866742dd88b89aa0d9bf9618b22e28268500703 (patch)
tree9c68c85ff3e744c16ff3761cade35e0bfdeb73c4 /bootstrap
parent4acd8e01510a6ff387dfae499c1d2e863945d3f7 (diff)
use bbmustache package
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 1a3999b..e8d1d2e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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].