blob: 7343ae28ea03f507c7a24d45d03fd28d11078130 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = libbutl
version = 0.1.0
using config
using dist
using test
dist.package = $project-$version
|