Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision 8df0c49df629bf0cd3d8d74d811192bac1e40d8d)
+++ client/Client/main.cpp	(revision a9e808ebaff20b055dc96307b932b1d66697aba7)
@@ -263,8 +263,9 @@
    {
       ALLEGRO_EVENT ev;
-      
+
       al_wait_for_event(event_queue, &ev);
 
       if(wndCurrent->handleEvent(ev)) {
+         cout << "Processed gui event: " << getCurrentMillis() << endl;
          // do nothing
       }
Index: client/makefile
===================================================================
--- client/makefile	(revision 8df0c49df629bf0cd3d8d74d811192bac1e40d8d)
+++ client/makefile	(revision a9e808ebaff20b055dc96307b932b1d66697aba7)
@@ -36,4 +36,4 @@
 
 clean:
-	rm *.o
-	rm gameClient
+	rm -f *.o
+	rm -f gameClient
