diff options
author | Steven Luong <sluong@cisco.com> | 2019-02-22 11:11:14 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-02-22 20:45:01 +0000 |
commit | 18be9b90a145f5659a46edf7166a62f3c1a95c69 (patch) | |
tree | a953c478106f0875571ca3db83267c0e18a7858e | |
parent | d2bbdef69429ccfaf8c4c508f3e2b3fa9bb8e8d1 (diff) |
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 <sluong@cisco.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |