SRCS := # := start
DIRS := # := start
-DIRS += .
-DIRS += Entities
-DIRS += GameStates
-DIRS += Effects
-DIRS += config
-DIRS += input
-DIRS += graphics
+DIRS += ./
+DIRS += Entities/
+DIRS += GameStates/
+DIRS += Effects/
+DIRS += config/
+DIRS += input/
+DIRS += graphics/
include $(addsuffix /files.mk,${DIRS})
"CXXFLAGS := ${OPTFLAGS}" \
"CXX := mingw32-g++" \
"OBJSDIR := ../objs-mingw32/" \
- "WORKINGDIR := ../bin-mingw32" \
+ "WORKINGDIR := ../bin-mingw32/" \
"TARGETNAME := run_physics.exe"
.PHONY: mingw32