- Timestamp:
- Aug 30, 2019, 4:16:08 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- d5f2b42
- Parents:
- 99d44b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
r99d44b2 rd02c25f 23 23 24 24 newgame: new-game.cpp logger.cpp utils.cpp CrashLogger.cpp imgui_impl_glfw_gl3.cpp $(IMGUI_FILES) 25 $(CC) $^ $(DEP) $(CFLAGS) -o $@ 26 27 openglgame: main-opengl.cpp opengl-game.cpp 25 28 $(CC) $^ $(DEP) $(CFLAGS) -o $@ 26 29 … … 66 69 rm -f newgame 67 70 rm -f vulkanref 71 rm -f openglgame 68 72 rm -f vulkangame 69 73 rm -f shaders/*.spv
Note:
See TracChangeset
for help on using the changeset viewer.