diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 19:17:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 19:17:02 +0200 |
commit | 15d7a706a5f6904a4f295b5cddd7cbd51b04e863 (patch) | |
tree | b0d25e71be60a148332a3ea3b4208e64aaa4a3ae /buildfile | |
parent | d787f5161414af0910e6992a248ed270d413e2e2 (diff) |
Add support for dist
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 = build/ tests/ -.: $d +./: $d doc{INSTALL LICENSE} file{bootstrap version} include $d |