- Timestamp:
- May 24, 2019, 5:37:05 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 98f06d9
- Parents:
- caa2359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
rcaa2359 rd9b6a1c 1 1 OS = $(shell uname) 2 2 CC = g++ 3 CFLAGS = -std=c++0x -Wall -pedantic#-Wextra 3 CFLAGS = -std=c++0x -Wall -pedantic#-Wextra -fno-inline 4 4 5 5 ifeq ($(OS),Darwin) … … 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 $(IMGUI_FILES)17 newgame: new-game.cpp logger.cpp stb_image.cpp imgui_impl_glfw_gl3.cpp CrashLogger.cpp $(IMGUI_FILES) 18 18 $(CC) $^ $(DEP) $(CFLAGS) -o $@ 19 19
Note:
See TracChangeset
for help on using the changeset viewer.