Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
a2c9509a4ab22380937a2b613fcc518da22f5166
/
.
/
extras
/
vpptop
/
Makefile
blob: 49e4e0fc056e55256187c5a2caa65a5f4d13d0e0 [
file
] [
log
] [
blame
]
# Manage VPPTop
.
PHONY
:
install
install
:
@
cd
../../
&&
$
(
MAKE
)
json
-
api
-
files
@./
vpptop
.
sh install
.
PHONY
:
start
start
:
@./
vpptop
.
sh start
.
PHONY
:
cleanup
cleanup
:
@./
vpptop
.
sh cleanup
.
PHONY
:
help
help
:
@./
vpptop
.
sh help