
PROGS = byte block block2 nonblock nonblock2 async thread thread2 async2 server server2 as_client

CC = gcc
CFLAGS = -Wall -g -O2 -pthread

all: $(PROGS)

$(PROGS): utils.c
