
PROGS = udp_recv udp_send udp_recvfrom udp_lh_recv udp_from_send \
        udp_many_send tcp_server tcp_client tcp_server2 tcp_client2

CC = gcc
CFLAGS = -Wall -g -O2

all: $(PROGS)

$(PROGS):
