summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap (renamed from bootstrap)2
-rw-r--r--bootstrap/bootstrap.bat2
-rwxr-xr-xbootstrap/rebarbin0 -> 160323 bytes
3 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap/bootstrap
index 7d9a1c1..18a243f 100755
--- a/bootstrap
+++ b/bootstrap/bootstrap
@@ -46,6 +46,8 @@ main(Args) ->
false -> undefined
end,
+ os:cmd("./bootstrap/rebar get-deps compile -r"),
+
%% Compile all src/*.erl to ebin
%% To not accidentally try to compile files like Mac OS X resource forks,
%% we only look for rebar source files that start with a letter.
diff --git a/bootstrap/bootstrap.bat b/bootstrap/bootstrap.bat
new file mode 100644
index 0000000..b646a7d
--- /dev/null
+++ b/bootstrap/bootstrap.bat
@@ -0,0 +1,2 @@
+@echo off
+escript.exe bootstrap %*
diff --git a/bootstrap/rebar b/bootstrap/rebar
new file mode 100755
index 0000000..14e5c22
--- /dev/null
+++ b/bootstrap/rebar
Binary files differ