redis-rb / redis-client

Simple low level client for Redis 6+
MIT License
124 stars 60 forks source link

Fix compilation with multi-word $MAKE #153

Closed reneklacan closed 10 months ago

reneklacan commented 10 months ago

Bundler allows to override default make command with $MAKE and people for example use it to make compilation faster by using more jobs, eg make -j4. Usage like that is currently broken with hiredis client and this PR fixes it.