- Timestamp:
- Sep 1, 2019, 9:28:16 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 76d19a8
- Parents:
- d8cb15e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
rd8cb15e r5529ab5 22 22 # as this well prevent regenerating .o files for unchanged .cpp files 23 23 24 newgame: new-game.cpp logger.cpp utils.cpp CrashLogger.cpp imgui_impl_glfw_gl3.cpp $(IMGUI_FILES)24 newgame: new-game.cpp logger.cpp utils.cpp crash-logger.cpp imgui_impl_glfw_gl3.cpp $(IMGUI_FILES) 25 25 $(CC) $^ $(DEP) $(CFLAGS) -o $@ 26 26
Note:
See TracChangeset
for help on using the changeset viewer.