### Reason/Context - Currently, we are using `build-binaries.sh` scrip to build binaries for different machines. - It will also help for setup new CI/CD pipeline(#127) ### Description - We have to use `Makefile` and will replace it with `build-binaries.sh`, and we can define deferent steps like `build`, `test` in Makefile. ### Implementation ideas _No response_
Reason/Context
build-binaries.shscrip to build binaries for different machines.Description
Makefileand will replace it withbuild-binaries.sh, and we can define deferent steps likebuild,testin Makefile.Implementation ideas
No response