aboutsummaryrefslogtreecommitdiff
path: root/bdep/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/buildfile')
-rw-r--r--bdep/buildfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/buildfile b/bdep/buildfile
index 54ba5e4..efb747f 100644
--- a/bdep/buildfile
+++ b/bdep/buildfile
@@ -27,6 +27,7 @@ init-options \
sync-options \
fetch-options \
status-options \
+deinit-options \
config-options \
test-options \
update-options \
@@ -69,6 +70,7 @@ if $cli.configured
cli.cxx{sync-options}: cli{sync}
cli.cxx{fetch-options}: cli{fetch}
cli.cxx{status-options}: cli{status}
+ cli.cxx{deinit-options}: cli{deinit}
cli.cxx{config-options}: cli{config}
cli.cxx{test-options}: cli{test}
cli.cxx{update-options}: cli{update}