From de72851794e06d2e179799b95e1ea2955b9560b1 Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Sat, 24 Dec 2011 14:12:52 +0800 Subject: [PATCH] Trivial I understand directory structures, cough --- judge/simulator/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/judge/simulator/Makefile b/judge/simulator/Makefile index c95e891..4bf239d 100644 --- a/judge/simulator/Makefile +++ b/judge/simulator/Makefile @@ -2,11 +2,11 @@ # Not used for building simulate.py # Used for building/removing results -BASEDIR = /../../ -RESULTSDIR = /../../web/results -LOGDIR = /../../web/log -AGENTSDIR = /../../agents -MANAGER = /../../judge/manager/stratego +BASEDIR = ../../ +RESULTSDIR = ../../web/results +LOGDIR = ../../web/log +AGENTSDIR = ../../agents +MANAGER = ../../judge/manager/stratego -- 2.20.1