You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile makes git submodule update if hiredis is missing (#56)
This PR introduces a Makefile rule that ensures the hiredis dependency
is present before the build process. Specifically, it checks for the existence
of ./deps/hiredis/hiredis.h and, if missing, automatically initializes and
updates the hiredis submodule by running the command:
git submodule update --init deps/hiredis
0 commit comments