From: Ryan C. Gordon Date: Tue, 11 May 2010 06:46:15 +0000 (-0400) Subject: Changed data dir mentioned in makefile. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=b647e4eb105d00bdbf2c8e39b5ae3cf7700c08aa;p=lugaru.git Changed data dir mentioned in makefile. --- diff --git a/makefile b/makefile index 842fe3b..223e3b8 100644 --- 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