LDFLAGS = -lpthread

chat-server:	chat-server.c
		$(CC) $(CFLAGS) $@.c $(LDFLAGS) -o $@