directory cleaning
authorPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 16 Nov 2008 01:14:36 +0000 (20:14 -0500)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 16 Nov 2008 01:14:36 +0000 (20:14 -0500)
src/Makefile

index ecfbc07..662824e 100644 (file)
@@ -16,13 +16,13 @@ CXX := g++
 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})
 
@@ -148,7 +148,7 @@ MINGMAKEARGS := "LIBGL      := -lopengl32 -lglu32" \
                 "CXXFLAGS   := ${OPTFLAGS}" \
                 "CXX        := mingw32-g++" \
                 "OBJSDIR    := ../objs-mingw32/" \
-                "WORKINGDIR := ../bin-mingw32" \
+                "WORKINGDIR := ../bin-mingw32/" \
                 "TARGETNAME := run_physics.exe"
 
 .PHONY: mingw32