• Pieter Noordhuis's avatar
    Remove unused variables · b8e0edaa
    Pieter Noordhuis authored
    The variable OBJARCH was used to compile objects for both 32-bit and
    64-bit architectures. It can be removed because this is only relevant
    for the Ruby wrapper for hiredis. This wrapper should put these flags in
    CFLAGS to get the same effect.
    b8e0edaa
Makefile 4.26 KB