vpp/extras/hs-test/Makefile
Filip Tehlar 993c86f339 hs-test: remove exec flags from source files
Type: style

Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: Ia87b28e81b6fd06c8c3681bf3cb1dd6ce8c84f41
2023-01-09 15:48:40 +01:00

14 lines
141 B
Makefile

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