make clean
[physics.git] / src / Makefile
index 14cc64b..d40f145 100644 (file)
@@ -14,7 +14,7 @@ WORKINGDIR  := ..
 TARGETNAME  := run_physics
 TARGET      := ${WORKINGDIR}/${TARGETNAME}
 
-SRCS := # simply to keep every line below the same
+SRCS := # := start
 
 DIRS := # := start
 DIRS += .
@@ -36,7 +36,6 @@ DEPS    := ${SRCS:.cpp=.d}
 DEPS    := $(addprefix ${DEPSDIR},${DEPS})
 
 BLDDIRS := $(addprefix ${DEPSDIR},${DIRS}) $(addprefix ${OBJSDIR},${DIRS})
-BLDDIRS := $(addsuffix /,${BLDDIRS})
 
 
 VERBOSE := 0