about summary refs log tree commit diff
path: root/Makefile
blob: 146ecb8dea56a0c867e0b49192a82fd196ce8a15 (plain) (blame)
1
2
3
4
5
6
7
CXX = g++

CXXFLAGS = -Wall

main:
	$(CXX) $(CXXFLAGS) server.cpp -o server
	$(CXX) $(CXXFLAGS) client.cpp -o client