diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 12:25:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 12:25:02 +0200 |
commit | dc65f9612e9feea1732572e8188d900495349059 (patch) | |
tree | 6fa08b0b919da7eda16280b469b99ac54eb8d3d1 /buildfile | |
parent | a9e2221dfddfbe26eebd6fca92a99be9e8ec1082 (diff) |
Move prefix-map from build2 to libbutl
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = butl/ +d = butl/ tests/ .: $d include $d |