diff options
author | Brad Anderson <brad@cloudant.com> | 2010-08-20 11:01:34 -0400 |
---|---|---|
committer | Brad Anderson <brad@cloudant.com> | 2010-08-20 11:01:34 -0400 |
commit | e311c23480bb3a8246fd12510d63c3fb66164470 (patch) | |
tree | fd5392fcd3c4c27ad6ea0073a666ce9b20e7c9f3 /.rebar/templates | |
parent | 01754a65eeca546b88e3e3792af933ba81313f5c (diff) |
ship scons-local with project so it's not a dependency
Diffstat (limited to '.rebar/templates')
-rw-r--r-- | .rebar/templates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rebar/templates/Makefile b/.rebar/templates/Makefile index d8dbe7bd..647994f6 100644 --- a/.rebar/templates/Makefile +++ b/.rebar/templates/Makefile @@ -2,7 +2,7 @@ all: compile compile: @ERL_LIBS="`pwd`/apps" ./rebar compile - scons + python scons/scons.py clean: @./rebar clean |