input system setup, debug header started
[physics.git] / src / Makefile
index 7ef5006..4a51706 100644 (file)
@@ -28,6 +28,8 @@ SRCS += GameStates/GameState.cpp
 SRCS += GameStates/Paused.cpp
 SRCS += GameStates/Running.cpp
 
+SRCS += input/inputManager.cpp
+
 OBJS = ${SRCS:.cpp=.o}
 
 TARGET = ../run_physics