From: Patrik Gornicz Date: Sun, 16 Nov 2008 01:14:36 +0000 (-0500) Subject: directory cleaning X-Git-Tag: v0.07~4 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=e8deb7b6b5618308a1c304761df54022d4f3f81b directory cleaning --- 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