Changeset 8b7cfcf in opengl-game for makefile


Ignore:
Timestamp:
Aug 5, 2017, 2:24:43 AM (7 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
d0b9596
Parents:
c40990d
Message:

Allow each vertex to have its own color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    rc40990d r8b7cfcf  
    1313        $(CC) $? $(DEP) $(CFLAGS) -o $@
    1414
    15 game: mygame.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp
     15game: game.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp
    1616        $(CC) $? $(DEP) $(CFLAGS) -o $@
    1717
Note: See TracChangeset for help on using the changeset viewer.