Changeset a23fc08 in opengl-game for makefile


Ignore:
Timestamp:
May 24, 2019, 8:52:32 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
6abfd07
Parents:
98f06d9
git-author:
Dmitry Portnoy <dmitry.portnoy@…> (05/24/19 20:22:31)
git-committer:
Dmitry Portnoy <dmitry.portnoy@…> (05/24/19 20:52:32)
Message:

Move several functions from new-game.cpp to utils.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    r98f06d9 ra23fc08  
    1515# as this well prevent regenerating .o files for unchanged .cpp files
    1616
    17 newgame: new-game.cpp logger.cpp stb_image.cpp imgui_impl_glfw_gl3.cpp CrashLogger.cpp $(IMGUI_FILES)
     17newgame: new-game.cpp logger.cpp utils.cpp CrashLogger.cpp stb_image.cpp imgui_impl_glfw_gl3.cpp $(IMGUI_FILES)
    1818        $(CC) $^ $(DEP) $(CFLAGS) -o $@
    1919
Note: See TracChangeset for help on using the changeset viewer.