Skip to content

Commit

Permalink
In the build scripts, calling get-deps before compile
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMikeSimon committed Oct 11, 2011
1 parent 19e8168 commit eb0e0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.bat
@@ -1,2 +1,3 @@
pushd tools ; make ; popd
rebar get-deps
rebar compile
1 change: 1 addition & 0 deletions build.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
export FNPATH=$(pwd)
cd tools ; make ; cd ..
./rebar get-deps
./rebar compile

0 comments on commit eb0e0b8

Please sign in to comment.