X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FMakefile;h=1e3e3f55b94843d0aa18abd663e607ceb3a04705;hp=7964286655e8b01126fd2c44c42a2809a68af4ce;hb=54fe85c5d10e60da6a9c9bbde11f7215723da572;hpb=e7005f1741c5dd50c07f0449670ba704507a3fec diff --git a/src/Makefile b/src/Makefile index 7964286..1e3e3f5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,9 +13,6 @@ CXXFLAGS := -Wall -pedantic -ansi ${DBGFLAGS} TARGET := ../run_physics SRCS := # simply to keep every line below the same -SRCS += entityManager.cpp -SRCS += effectManager.cpp -SRCS += entityCreator.cpp SRCS += game.cpp SRCS += main.cpp SRCS += mathw.cpp @@ -23,6 +20,12 @@ SRCS += ticks.cpp SRCS += Vector2.cpp SRCS += handleSignal.cpp +SRCS += entityManager.cpp +SRCS += effectManager.cpp +SRCS += entityCreator.cpp +SRCS += collisionHandler.cpp +SRCS += CollisionInfo.cpp + SRCS += Entities/Ball.cpp SRCS += Entities/Entity.cpp SRCS += Entities/Line.cpp