diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-16 14:11:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-16 14:11:14 +0200 |
commit | c106259517d7693ea8e24564bc890fe575d5edcd (patch) | |
tree | bbf87f83edeaf60ff3dfa6fff33c6b7504f5318b /tests/build/path/buildfile | |
parent | df50091259a34fa4718f38c0e3b7b64f6e2469ac (diff) |
Implement rule chaining for cxx::link
Diffstat (limited to 'tests/build/path/buildfile')
-rw-r--r-- | tests/build/path/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/build/path/buildfile b/tests/build/path/buildfile new file mode 100644 index 0000000..c2756b7 --- /dev/null +++ b/tests/build/path/buildfile @@ -0,0 +1 @@ +exe{driver}: cxx{driver ../../../build/path} |