- Timestamp:
- Jun 23, 2017, 8:07:56 PM (8 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 92bc4fe
- Parents:
- b33f87b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
rb33f87b r8a6d19d 10 10 endif 11 11 12 game: game.cpp 12 game: mygame.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp 13 $(CC) $? $(DEP) $(CFLAGS) -o $@ 14 15 demo: game06.cpp common/shader.cpp common/texture.cpp common/controls.cpp 13 16 $(CC) $? $(DEP) $(CFLAGS) -o $@ 14 17 15 18 clean: 16 19 rm -f game 20 rm -f demo
Note:
See TracChangeset
for help on using the changeset viewer.