From e311c23480bb3a8246fd12510d63c3fb66164470 Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Fri, 20 Aug 2010 11:01:34 -0400 Subject: ship scons-local with project so it's not a dependency --- .rebar/templates/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rebar/templates') 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 -- cgit v1.2.3