reworked print formating
[physics.git] / src / Entities / files.mk
1 CURDIR  := Entities/
2 FILES   := # insure blank
3
4 FILES += Ball.cpp
5 FILES += Entity.cpp
6 FILES += Line.cpp
7 FILES += Particle.cpp
8 FILES += PhysicsEntity.cpp
9 FILES += Point.cpp
10 FILES += Polygon.cpp
11 FILES += WindParticle.cpp
12
13 FILES := $(addprefix ${CURDIR},${FILES})
14
15 SRCS += ${FILES}