Changeset 485424b in opengl-game for makefile


Ignore:
Timestamp:
Aug 22, 2017, 2:36:33 AM (7 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
c62eee6
Parents:
8e232ce
Message:

Add support for loading and applying texture and add a square to the scene with a demo texture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    r8e232ce r485424b  
    1313# as this well prevent regenerating .o files for unchanged .cpp files
    1414
    15 newgame: new-game.cpp logger.cpp
     15newgame: new-game.cpp logger.cpp stb_image.cpp
    1616        $(CC) $^ $(DEP) $(CFLAGS) -o $@
    1717
Note: See TracChangeset for help on using the changeset viewer.