tmp removed + make changes
[physics.git] / src / GameStates / Makefile
index 02c0cfd..8940e20 100644 (file)
@@ -9,7 +9,7 @@ CXXFLAGS = -ggdb -Wall -pedantic
 
 LDFLAGS = -lc
 
-SRCS = GameState.cpp
+SRCS = GameState.cpp CreatingPolygon.cpp Paused.cpp Running.cpp
 OBJS = ${SRCS:.cpp=.o}
 
 TARGETS = GameStates.ld