hs-test: clean-up obsolete code
[vpp.git] / extras / hs-test / Makefile
1 all: build docker
2
3 build:
4         go build ./tools/http_server
5
6 docker:
7         bash ./script/build.sh
8
9 fixstyle:
10         @gofmt -w .
11         @go mod tidy
12
13 .PHONY: docker