aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Luong <sluong@cisco.com>2019-02-22 11:11:14 -0800
committerDamjan Marion <dmarion@me.com>2019-02-22 20:45:01 +0000
commit18be9b90a145f5659a46edf7166a62f3c1a95c69 (patch)
treea953c478106f0875571ca3db83267c0e18a7858e /Makefile
parentd2bbdef69429ccfaf8c4c508f3e2b3fa9bb8e8d1 (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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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"