all: chatserver chatserver: main.c client.c chatroom.c $(CC) -pthread -o chatserver main.c client.c chatroom.c