From b647e4eb105d00bdbf2c8e39b5ae3cf7700c08aa Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 11 May 2010 02:46:15 -0400 Subject: [PATCH] Changed data dir mentioned in makefile. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2