Index: client/makefile
===================================================================
--- client/makefile	(revision 3f5616f3b017dce931cf98037b90da331235feb8)
+++ client/makefile	(revision 60776f2940bf52bf8f8f0293de78b27fdbcf11ac)
@@ -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)
 
