diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-28 15:01:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-28 15:01:10 +0200 |
commit | 1cf1603cae3064aff734f52d23c06098e81a8111 (patch) | |
tree | f82ed15513af3c48f58545b420b6ca1afd1ac9a7 /build/buildfile | |
parent | 99116592590c0face4ec37a2e0308e9c3a2f98dd (diff) |
Install module genesis
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/buildfile b/build/buildfile index a6715de..ceda4eb 100644 --- a/build/buildfile +++ b/build/buildfile @@ -9,11 +9,12 @@ bin = bin/{target rule module} cxx = cxx/{target compile link module utility} cli = cli/{target rule module} test = test/{operation rule module} +install = install/{operation module} exe{b}: cxx{b algorithm name operation spec scope variable target \ prerequisite rule file module context search diagnostics token \ lexer parser path-io utility dump options $config $bin $cxx $cli \ - $test} $libs + $test $install} $libs #@@ TODO # |