diff --git a/jamroot.jam b/build.jam similarity index 81% rename from jamroot.jam rename to build.jam index 8c06f09..aac1558 100644 --- a/jamroot.jam +++ b/build.jam @@ -1,10 +1,9 @@ -# Copyright Rene Rivera 2011 +# Copyright Rene Rivera 2014 # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) project predef - : build-dir bin ; path-constant BOOST_PREDEF_ROOT : . ; diff --git a/test/.gitignore b/test/.gitignore index d8feff7..69d0b50 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,2 +1,3 @@ /defs-clang.txt /defs-gcc.txt +/bin/