summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-05-24 18:17:21 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-05-24 18:17:21 +0100
commit4f158f0dc416e45e08ec3ab4b76c205f62cfb50c (patch)
treefeb068e3b20df486334350ad25fcfe1408b0bdea /Jamroot.jam
parentMake Mesh into a template to support any vertex type (diff)
downloadilt-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.jam1
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 :