- Timestamp:
- May 24, 2019, 8:52:32 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 6abfd07
- Parents:
- 98f06d9
- git-author:
- Dmitry Portnoy <dmitry.portnoy@…> (05/24/19 20:22:31)
- git-committer:
- Dmitry Portnoy <dmitry.portnoy@…> (05/24/19 20:52:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
r98f06d9 ra23fc08 15 15 # as this well prevent regenerating .o files for unchanged .cpp files 16 16 17 newgame: new-game.cpp logger.cpp stb_image.cpp imgui_impl_glfw_gl3.cpp CrashLogger.cpp $(IMGUI_FILES)17 newgame: new-game.cpp logger.cpp utils.cpp CrashLogger.cpp stb_image.cpp imgui_impl_glfw_gl3.cpp $(IMGUI_FILES) 18 18 $(CC) $^ $(DEP) $(CFLAGS) -o $@ 19 19
Note:
See TracChangeset
for help on using the changeset viewer.