- Timestamp:
- Aug 6, 2017, 10:33:45 PM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 9e81839
- Parents:
- 93baa0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
r93baa0e r49756cb 13 13 $(CC) $? $(DEP) $(CFLAGS) -o $@ 14 14 15 game:game.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp15 mygame: mygame.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp 16 16 $(CC) $? $(DEP) $(CFLAGS) -o $@ 17 17 … … 21 21 clean: 22 22 rm -f newgame 23 rm -f game23 rm -f mygame 24 24 rm -f demo
Note:
See TracChangeset
for help on using the changeset viewer.