Index: client/makefile
===================================================================
--- client/makefile	(revision 3f5616f3b017dce931cf98037b90da331235feb8)
+++ client/makefile	(revision 4c202e03e18521e3e047e3fe3bb4fff4072824a6)
@@ -3,5 +3,5 @@
 FLAGS = $(LIB_FLAGS)
 COMMON_PATH = ../common
-DEPENDENCIES = Message.o chat.o GuiComponent.o Window.o Textbox.o Button.o
+DEPENDENCIES = Message.o Player.o chat.o GuiComponent.o Window.o Textbox.o Button.o
 
 gameClient : Client/main.cpp $(DEPENDENCIES)
@@ -9,4 +9,7 @@
 
 Message.o : $(COMMON_PATH)/Message.cpp
+	$(CC) -c -o $@ $? $(FLAGS)
+
+Player.o : $(COMMON_PATH)/Player.cpp
 	$(CC) -c -o $@ $? $(FLAGS)
 
