dice
dice copied to clipboard
fix: make build works on different architecture
Fixes https://github.com/DiceDB/dice/issues/855
This fix uses environment environment variables to get the different architecture and Operating system and avoids the usage of default linux build.
Additionally,
- Added
help
command to see the make options available. - Added
clean
command to clean the build artifcats.