Index: makefile
===================================================================
--- makefile	(revision d9b6a1c5928db418f1226ed7e59f18eff16252df)
+++ makefile	(revision 6abfd07ddaf9e27682c6ace96bbfc076078fa71a)
@@ -15,5 +15,5 @@
 # as this well prevent regenerating .o files for unchanged .cpp files
 
-newgame: new-game.cpp logger.cpp stb_image.cpp imgui_impl_glfw_gl3.cpp CrashLogger.cpp $(IMGUI_FILES)
+newgame: new-game.cpp logger.cpp utils.cpp CrashLogger.cpp stb_image.cpp imgui_impl_glfw_gl3.cpp $(IMGUI_FILES)
 	$(CC) $^ $(DEP) $(CFLAGS) -o $@
 
