added an interupt handler has SIGINT was being ignored... ?
[physics.git] / src / Makefile
index 4ae7179..32cfc49 100644 (file)
@@ -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