misc: vpptop makefile target
[vpp.git] / extras / vpptop / Makefile
diff --git a/extras/vpptop/Makefile b/extras/vpptop/Makefile
new file mode 100644 (file)
index 0000000..49e4e0f
--- /dev/null
@@ -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