Changeset 49756cb in opengl-game for makefile


Ignore:
Timestamp:
Aug 6, 2017, 10:33:45 PM (7 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
9e81839
Parents:
93baa0e
Message:

Remove game.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    r93baa0e r49756cb  
    1313        $(CC) $? $(DEP) $(CFLAGS) -o $@
    1414
    15 game: game.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp
     15mygame: mygame.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp
    1616        $(CC) $? $(DEP) $(CFLAGS) -o $@
    1717
     
    2121clean:
    2222        rm -f newgame
    23         rm -f game
     23        rm -f mygame
    2424        rm -f demo
Note: See TracChangeset for help on using the changeset viewer.