From 0e4d06919b7c075275b22edfc031f90b7f421e7a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Sep 2015 14:24:15 +0200 Subject: Implement rep-create (create repository) command --- bpkg/buildfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/buildfile') 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 \ -- cgit v1.1