summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/test/rootless/test2/sub_root/jamfile.jam
blob: f15a77566fa6e9638bb5d85dc57349cff12c00f1 (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.txt or copy at
# https://www.bfgroup.xyz/b2/LICENSE.txt)

project foo ;

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

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