- Timestamp:
- Aug 30, 2019, 4:01:54 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 99d44b2
- Parents:
- 0df3c9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
r0df3c9a r4eb4d0a 53 53 LIB_FLAGS = $(LIB_PATHS) $(LIBS) 54 54 55 vulkan game: vulkan-game.cpp game-gui-sdl.cpp56 $(CC) $(CXX_FLAGS) -o $@ $^ $(LIB_FLAGS) 55 vulkanref: vulkan-ref.cpp game-gui-sdl.cpp 56 $(CC) $(CXX_FLAGS) -o $@ $^ $(LIB_FLAGS) -DGAMEGUI_INCLUDE_VULKAN 57 57 58 58 spacegame: main.cpp space-game.cpp game-gui-sdl.cpp … … 65 65 clean: 66 66 rm -f newgame 67 rm -f vulkan game67 rm -f vulkanref 68 68 rm -f spacegame 69 69 rm -f shaders/*.spv
Note:
See TracChangeset
for help on using the changeset viewer.