Index: client/makefile
===================================================================
--- client/makefile	(revision baaf6c8e1e4ab4af34de571269ff183b7cec6991)
+++ client/makefile	(revision edfd1d0c4704a1fe5d280e8fb985a4f956ff67d2)
@@ -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)
 
