tmp removed + make changes
[physics.git] / src / Makefile
index c25ab1b..6de7bdb 100644 (file)
@@ -7,7 +7,7 @@ LIBS = ${LIBSDL} ${LIBGL}
 CXX = g++
 CXXFLAGS = -ggdb -Wall -pedantic
 
-SRCS = Vector2.cpp ticks.cpp main.cpp game.cpp entityManager.cpp gldraw.cpp graphics.cpp
+SRCS = Vector2.cpp ticks.cpp main.cpp game.cpp entityManager.cpp graphics.cpp
 OBJS = ${SRCS:.cpp=.o}
 
 TARGETS = ../run_physics