CFLAGS  := -Wall -O3 $(CFLAGS)
LDFLAGS := -lpthread $(LDFLAGS)

all: calls latency throughput throughput_pipe

clean:
	rm -f calls latency throughput throughput_pipe
