Fix make build command

This commit is contained in:
Akshay Gaikwad
2022-06-14 12:22:24 +05:30
parent 5c5320b4f0
commit 566a06800d
+1 -1
View File
@@ -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: