Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision 8df0c49df629bf0cd3d8d74d811192bac1e40d8d)
+++ client/Client/main.cpp	(revision 0b6f9ecae85a748942121595c8d153c67c523ebd)
@@ -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 0b6f9ecae85a748942121595c8d153c67c523ebd)
@@ -36,4 +36,4 @@
 
 clean:
-	rm *.o
-	rm gameClient
+	rm -f *.o
+	rm -f gameClient
