about summary refs log blame commit diff
path: root/Makefile
blob: 55000adfa3ee0901dfbbcde636fcf597ec42bd98 (plain) (tree)
1
2
3
4
5
6
7
8







                                                       
CXX = g++

CXXFLAGS = -Wall
LIBS = -lncurses

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