From: Sam Moore Date: Sat, 24 Dec 2011 06:12:52 +0000 (+0800) Subject: Trivial X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=commitdiff_plain;h=de72851794e06d2e179799b95e1ea2955b9560b1 Trivial I understand directory structures, cough --- 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