X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FMakefile;h=32cfc4905a3f40f2773460b698137fe66b418061;hp=4ae7179af6fc9f792d33cf85ad5b1f1a95b4441a;hb=7cbd45053add8c0ee042a69a51f7c8e4dc40bc06;hpb=f72f4a59026b8daa160908170f366c843aca5bb9 diff --git a/src/Makefile b/src/Makefile index 4ae7179..32cfc49 100644 --- a/src/Makefile +++ b/src/Makefile @@ -20,6 +20,7 @@ SRCS += main.cpp SRCS += mathw.cpp SRCS += ticks.cpp SRCS += Vector2.cpp +SRCS += handleSignal.cpp SRCS += Entities/Ball.cpp SRCS += Entities/Entity.cpp