all: clean build build: g++ main.cpp ChatClient.h ChatClient.cpp -o chatclient clean: rm -f chatclient