diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 13:19:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 13:19:55 +0200 |
commit | 174d5f785d073cadafe56e7087fca35b08e4cc94 (patch) | |
tree | 334c6f90d6afbe51fdb66f77dd9eda56d25a1afb /buildfile | |
parent | fb4be044bfbadd7ad62e3aaeaaadb9f30d4769aa (diff) |
Add dist support
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ # license : MIT; see accompanying LICENSE file d = butl/ tests/ -.: $d +./: $d file{version} include $d |