From 566a06800d8ad9d96b511c4bc63e32fa63e69c4c Mon Sep 17 00:00:00 2001 From: Akshay Gaikwad Date: Tue, 14 Jun 2022 12:22:09 +0530 Subject: [PATCH] Fix make build command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84de9c3..0e17b10 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ vendor: build: # Omit the symbol table and debug information to reduce the # size of binary. - go build -ldflags "-s" -o rcloud-base . + go build -ldflags "-s" -o paralus . .PHONY: build-proto build-proto: