Makefile: fix missing help instruction 95/17795/2
authorSteven Luong <sluong@cisco.com>
Fri, 22 Feb 2019 19:11:14 +0000 (11:11 -0800)
committerDamjan Marion <dmarion@me.com>
Fri, 22 Feb 2019 20:45:01 +0000 (20:45 +0000)
make pkg-deb-debug and make vom-pkg-deb-debug were missing in the help
instruction

Change-Id: Ic49a7c29b3394ee9fc259bd40ecf0611470125c6
Signed-off-by: Steven Luong <sluong@cisco.com>
Makefile

index 4810a5e..f84636d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -201,7 +201,9 @@ help:
        @echo " test-help           - show help on test framework"
        @echo " run-vat             - run vpp-api-test tool"
        @echo " pkg-deb             - build DEB packages"
+       @echo " pkg-deb-debug       - build DEB debug packages"
        @echo " vom-pkg-deb         - build vom DEB packages"
+       @echo " vom-pkg-deb-debug   - build vom DEB debug packages"
        @echo " pkg-rpm             - build RPM packages"
        @echo " install-ext-deps    - install external development dependencies"
        @echo " ctags               - (re)generate ctags database"