aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-04 14:24:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-04 14:24:15 +0200
commit0e4d06919b7c075275b22edfc031f90b7f421e7a (patch)
tree2aa441c99823561ab8f0c6b2d28a2965b2099514 /bpkg/buildfile
parent81abf8eab067eab362f180a418215f9408de41dc (diff)
Implement rep-create (create repository) command
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index 4b1a258..97c56e5 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -8,9 +8,9 @@ import libs = libbutl%lib{butl}
import libs += libbpkg%lib{bpkg}
exe{bpkg}: cxx{diagnostics} cli.cxx{common-options} \
- cxx{bpkg} cli.cxx{bpkg-options} \
- cxx{help} cli.cxx{help-options} \
- cli.cxx{rep-create-options} \
+ cxx{bpkg} cli.cxx{bpkg-options} \
+ cxx{help} cli.cxx{help-options} \
+ cxx{rep-create} cli.cxx{rep-create-options} \
$libs
cli.options += -I $src_root --include-with-brackets --include-prefix bpkg \