Index: makefile
===================================================================
--- makefile	(revision 15c7ed91cac500b2da874214ebef62a2b7ded92f)
+++ makefile	(revision 669c4e6d8292e4e0a0da2e2e8817267882b02860)
@@ -10,7 +10,11 @@
 endif
 
-game: game.cpp
+game: mygame.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp
+	$(CC) $? $(DEP) $(CFLAGS) -o $@
+
+demo: game06.cpp common/shader.cpp common/texture.cpp common/controls.cpp
 	$(CC) $? $(DEP) $(CFLAGS) -o $@
 
 clean:
 	rm -f game
+	rm -f demo
