- Timestamp:
- Aug 7, 2017, 2:10:36 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- eeece4e
- Parents:
- 49756cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
r49756cb r9e81839 13 13 $(CC) $? $(DEP) $(CFLAGS) -o $@ 14 14 15 pong: pong.cpp logger.cpp 16 $(CC) $? $(DEP) $(CFLAGS) -o $@ 17 15 18 mygame: mygame.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp 16 19 $(CC) $? $(DEP) $(CFLAGS) -o $@ … … 21 24 clean: 22 25 rm -f newgame 26 rm -f pong 23 27 rm -f mygame 24 28 rm -f demo
Note:
See TracChangeset
for help on using the changeset viewer.