summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/test/rootless/test2/sub_root/jamfile.jam
blob: 62416c0b745fab5261579e37fe5ae72ea761c5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2018 Rene Rivera
# 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 foo ;

actions foo
{
    echo "$(>)" > "$(<)"
}

make a.txt : a.cpp : @foo ;