summaryrefslogtreecommitdiffstats
path: root/extras/vpptop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vpptop/Makefile')
-rw-r--r--extras/vpptop/Makefile18
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