Changeset f286a10 in opengl-game for makefile


Ignore:
Timestamp:
Jul 10, 2019, 3:38:53 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
98f3232
Parents:
1c6cd5e
Message:

Remove some old and unused files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    r1c6cd5e rf286a10  
    2323
    2424newgame: new-game.cpp logger.cpp utils.cpp CrashLogger.cpp stb_image.cpp imgui_impl_glfw_gl3.cpp $(IMGUI_FILES)
    25         $(CC) $^ $(DEP) $(CFLAGS) -o $@
    26 
    27 pong: pong.cpp logger.cpp
    28         $(CC) $^ $(DEP) $(CFLAGS) -o $@
    29 
    30 mygame: mygame.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp
    31         $(CC) $^ $(DEP) $(CFLAGS) -o $@
    32 
    33 demo: game06.cpp common/shader.cpp common/texture.cpp common/controls.cpp
    3425        $(CC) $^ $(DEP) $(CFLAGS) -o $@
    3526
     
    6657clean:
    6758        rm -f newgame
    68         rm -f pong
    69         rm -f mygame
    70         rm -f demo
    7159        rm -f vulkangame
Note: See TracChangeset for help on using the changeset viewer.