From d9673e2b47522ee65f0c40285250e571a23f7f01 Mon Sep 17 00:00:00 2001 From: Rohit-PX Date: Fri, 16 Dec 2022 20:47:08 +0000 Subject: [PATCH] CBT demo-1 Signed-off-by: Rohit-PX --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 59478dfbfd..0088bb2265 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +112,7 @@ test: done integration-test: + @echo "CBT demo:" @echo "Building stork integration tests" @cd test/integration_test && GOOS=linux go test -tags integrationtest $(BUILD_OPTIONS) -v -c -o stork.test @@ -129,6 +130,7 @@ codegen: (GOFLAGS="" hack/update-codegen.sh) stork: + @echo "CBT demo:" @echo "Building the stork binary" @cd cmd/stork && CGO_ENABLED=0 GOOS=linux go build $(BUILD_OPTIONS) -o $(BIN)/stork