
CC = g++

all: direct

direct: server-main.o

socket:

clean:
	/bin/rm -rf *.o core
