LAB=1 SOL=1 CFLAGS = -g -MD -Wall -D_FILE_OFFSET_BITS=64 CXX = g++ all: $(CXX) $(CFLAGS) -o chash chash.cc consistent_hash.cc consistent_hash.h