Files

8 lines
109 B
Makefile

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