]> git.jsancho.org Git - lugaru.git/blobdiff - makefile
Changed data dir mentioned in makefile.
[lugaru.git] / 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