Index: makefile
===================================================================
--- makefile	(revision d02c25fa79b67a8b494319ad045f999c30903fd1)
+++ makefile	(revision d8cb15ee5e7f8fa3b941f86ed5f6802c89277201)
@@ -25,5 +25,5 @@
 	$(CC) $^ $(DEP) $(CFLAGS) -o $@
 
-openglgame: main-opengl.cpp opengl-game.cpp
+openglgame: main-opengl.cpp opengl-game.cpp game-gui-glfw.cpp
 	$(CC) $^ $(DEP) $(CFLAGS) -o $@
 
