]> git.jsancho.org Git - lugaru.git/commitdiff
Changed data dir mentioned in makefile.
authorRyan C. Gordon <icculus@icculus.org>
Tue, 11 May 2010 06:46:15 +0000 (02:46 -0400)
committerRyan C. Gordon <icculus@icculus.org>
Tue, 11 May 2010 06:46:15 +0000 (02:46 -0400)
makefile

index 842fe3b0b14838aa8fe7f72984f2c29bdff6973b..223e3b81382b71345ad00783160cdf76a255bde0 100644 (file)
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ OPT += -O3 -fno-strict-aliasing -falign-loops=16 -fno-math-errno
 #OPT += -Os -fno-strict-aliasing
 
 BINDIR := bin
-RUNDIR := run
+RUNDIR := Data
 SRCDIR := Source
 SDLDIR := SDL12
 LIBPNGDIR := libpng-1.2.8