hs-test: more debug output in http3 test
[vpp.git] / extras / vpptop / Makefile
1 # Manage VPPTop
2
3 .PHONY: install
4 install:
5         @ cd ../../ && $(MAKE) json-api-files
6         @./vpptop.sh install
7
8 .PHONY: start
9 start:
10         @./vpptop.sh start
11
12 .PHONY: cleanup
13 cleanup:
14         @./vpptop.sh cleanup
15
16 .PHONY: help
17 help:
18         @./vpptop.sh help