diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-05-24 18:17:21 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-05-24 18:17:21 +0100 |
commit | 4f158f0dc416e45e08ec3ab4b76c205f62cfb50c (patch) | |
tree | feb068e3b20df486334350ad25fcfe1408b0bdea /Jamroot.jam | |
parent | Make Mesh into a template to support any vertex type (diff) | |
download | ilt-4f158f0dc416e45e08ec3ab4b76c205f62cfb50c.tar.bz2 ilt-4f158f0dc416e45e08ec3ab4b76c205f62cfb50c.tar.xz ilt-4f158f0dc416e45e08ec3ab4b76c205f62cfb50c.zip |
Mark main rule as always, so we can always launch it
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index a3ca984..95b3135 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -54,6 +54,7 @@ exe iliketrains : ; explicit main ; +always main ; run iliketrains : -- : [ sequence.insertion-sort [ glob-tree-ex res : *.* ] ] : : main ; lib ilt : |