From: Steven Luong Date: Fri, 22 Feb 2019 19:11:14 +0000 (-0800) Subject: Makefile: fix missing help instruction X-Git-Tag: v19.04-rc1~418 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F17795%2F2;p=vpp.git Makefile: fix missing help instruction make pkg-deb-debug and make vom-pkg-deb-debug were missing in the help instruction Change-Id: Ic49a7c29b3394ee9fc259bd40ecf0611470125c6 Signed-off-by: Steven Luong --- diff --git a/Makefile b/Makefile index 4810a5e0bbe..f84636d250c 100644 --- 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"