diff options
Diffstat (limited to 'libbuild2/bin')
-rw-r--r-- | libbuild2/bin/init.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/bin/init.cxx b/libbuild2/bin/init.cxx index 05a9c60..27e0b77 100644 --- a/libbuild2/bin/init.cxx +++ b/libbuild2/bin/init.cxx @@ -466,6 +466,9 @@ namespace build2 if (first) { + // NOTE: remember to update the documentation if changing anything + // here! + // rs.insert_target_type<obj> (); rs.insert_target_type<obje> (); rs.insert_target_type<obja> (); |