diff options
Diffstat (limited to 'extras/vpptop/Makefile')
-rw-r--r-- | extras/vpptop/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extras/vpptop/Makefile b/extras/vpptop/Makefile new file mode 100644 index 00000000000..49e4e0fc056 --- /dev/null +++ b/extras/vpptop/Makefile @@ -0,0 +1,18 @@ +# 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
\ No newline at end of file |