diff options
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index a2d56a8..d8ef7a6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -29,3 +29,6 @@ lib pthread ; build-project src ; build-project unittests ; +explicit install ; +alias install : src//install ; + |