all: zig build test && zig build run test: zig build test # It is important that this comand only runs on unix machines deps: git clone https://github.com/redis/hiredis cd hiredis; sudo make install