setup config to be one file
[physics.git] / src / Makefile
index aca5527..638655a 100644 (file)
@@ -45,6 +45,8 @@ SRCS += Effects/Effect.cpp
 SRCS += Effects/Gravity.cpp
 SRCS += Effects/Screen.cpp
 
+SRCS += config/config.cpp
+
 SRCS += input/inputManager.cpp
 
 SRCS += graphics/graphics.cpp