~codeforger/pypal/docs

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Michael Rochester
  • Date: 2014-07-20 14:25:45 UTC
  • Revision ID: m.rochester93@googlemail.com-20140720142545-z14oaetu1ls4hy4s
updated some documentation and switched the implimentation of the character class to be a generic body.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
                                  build/body/compound.o\
17
17
                                  build/body/convex.o\
18
18
                                  build/body/generic.o\
19
 
                                  build/body/character.o\
20
19
                                  build/body/static/box.o\
21
20
                                  build/body/static/capsule.o\
22
21
                                  build/body/static/sphere.o\
86
85
build/body/generic.o: src/body/generic.cpp
87
86
        g++ $(CXXFLAGS) $(INCPATH)  -c $< -o $@
88
87
 
89
 
build/body/character.o: src/body/character.cpp
90
 
        g++ $(CXXFLAGS) $(INCPATH)  -c $< -o $@
91
 
 
92
88
# static body object rules
93
89
build/body/static/box.o: src/body/static/box.cpp
94
90
        g++ $(CXXFLAGS) $(INCPATH)  -c $< -o $@