diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-06 17:28:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-06 17:28:08 +0200 |
commit | 39101a4383d38c1217c44b999a6e3bd199727c60 (patch) | |
tree | a9c5b7d67812e3fa5f5d71310abcfbd14b4aecb7 /tests/triplet/buildfile | |
parent | 7b5d1f33f434034eb7946f459c7fa76b10f620f1 (diff) |
Rework and rename target_triplet
Diffstat (limited to 'tests/triplet/buildfile')
-rw-r--r-- | tests/triplet/buildfile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/triplet/buildfile b/tests/triplet/buildfile deleted file mode 100644 index 7724f4c..0000000 --- a/tests/triplet/buildfile +++ /dev/null @@ -1,7 +0,0 @@ -# file : tests/triplet/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd -# license : MIT; see accompanying LICENSE file - -exe{driver}: cxx{driver} ../../butl/lib{butl} - -include ../../butl/ |