diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-13 10:01:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-13 10:01:36 +0200 |
commit | bef7c36a3479b9b83eaf4be9ef090b21d6468f12 (patch) | |
tree | 15a827bd6175a558dc0924b933cf3a6f9f0f9d88 /tests/amalgam/config/buildfile | |
parent | 4208f2d755f2bd2215051390f6500ccf54f1858f (diff) |
Make subprojects list of name=subdir pairs
Diffstat (limited to 'tests/amalgam/config/buildfile')
-rw-r--r-- | tests/amalgam/config/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amalgam/config/buildfile b/tests/amalgam/config/buildfile index 7132877..e9fc7f4 100644 --- a/tests/amalgam/config/buildfile +++ b/tests/amalgam/config/buildfile @@ -1,3 +1,3 @@ -d = #1/ 2/ +d = 1/ 2/ .: $d include $d |