diff options
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r-- | libbuild2/target.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index 7ab0abd..c3c03d7 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -69,6 +69,7 @@ namespace build2 // static const char* const target_state_[] = { + "<invalid>", // Absent/invalid (see target_state for details). "unknown", "unchanged", "postponed", |