Changeset d2f607c in opengl-game for makefile


Ignore:
Timestamp:
Sep 12, 2019, 5:28:02 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
203ab1b
Parents:
7bf5433
Message:

Fix the logic for creating a fullscreen SDL window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    r7bf5433 rd2f607c  
    2222# as this well prevent regenerating .o files for unchanged .cpp files
    2323
    24 newgame: new-game.cpp logger.cpp utils.cpp crash-logger.cpp imgui_impl_glfw_gl3.cpp $(IMGUI_FILES)
     24openglref: new-game.cpp logger.cpp utils.cpp crash-logger.cpp imgui_impl_glfw_gl3.cpp $(IMGUI_FILES)
    2525        $(CC) $^ $(DEP) $(CFLAGS) -o $@
    2626
     
    6767
    6868clean:
    69         rm -f newgame
     69        rm -f openglref
    7070        rm -f vulkanref
    7171        rm -f openglgame
Note: See TracChangeset for help on using the changeset viewer.