1 2 3 4
all: chatserver chatserver: main.c client.c chatroom.c $(CC) -pthread -o chatserver main.c client.c chatroom.c