vpp/extras/hs-test/Makefile
Maros Ondrejicka 7d7ab1008a hs-test: clean-up obsolete code
Type: test
Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
Change-Id: I52cd825f903e41c35f6c4a9db71f00dbedbb8680
2023-02-14 12:56:49 +01:00

14 lines
143 B
Makefile

all: build docker
build:
go build ./tools/http_server
docker:
bash ./script/build.sh
fixstyle:
@gofmt -w .
@go mod tidy
.PHONY: docker