Index: makefile
===================================================================
--- makefile	(revision 8b7cfcfd52b28f7b70f2a15fb8025acaa9b1a843)
+++ makefile	(revision 49756cbc360e89ed36ddedbcedeb7ad5a5f43c24)
@@ -13,5 +13,5 @@
 	$(CC) $? $(DEP) $(CFLAGS) -o $@
 
-game: game.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp
+mygame: mygame.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp
 	$(CC) $? $(DEP) $(CFLAGS) -o $@
 
@@ -21,4 +21,4 @@
 clean:
 	rm -f newgame
-	rm -f game
+	rm -f mygame
 	rm -f demo
