From e8deb7b6b5618308a1c304761df54022d4f3f81b Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Sat, 15 Nov 2008 20:14:36 -0500 Subject: [PATCH] directory cleaning --- src/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Makefile b/src/Makefile index ecfbc07..662824e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 -- 2.10.2