229f5fcf18
Type: feature Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: I5a64a2c095cae3a4d5f8fdc73e624b010339ec8e
11 lines
117 B
Makefile
Executable File
11 lines
117 B
Makefile
Executable File
all: build docker
|
|
|
|
build:
|
|
go build ./tools/http_server
|
|
go build .
|
|
|
|
docker:
|
|
bash ./script/build.sh
|
|
|
|
.PHONY: docker
|