Index: client/makefile
===================================================================
--- client/makefile	(revision 5e693e86a46abca92243d657a8519fdf65454f09)
+++ client/makefile	(revision 5e693e86a46abca92243d657a8519fdf65454f09)
@@ -0,0 +1,2 @@
+client : ../common/message.cpp Client/main.cpp
+	g++ -o $@ $?
