Trivial
authorSam Moore <[email protected]>
Sat, 24 Dec 2011 06:12:52 +0000 (14:12 +0800)
committerSam Moore <[email protected]>
Sat, 24 Dec 2011 06:12:52 +0000 (14:12 +0800)
I understand directory structures, cough

judge/simulator/Makefile

index c95e891..4bf239d 100644 (file)
@@ -2,11 +2,11 @@
 # Not used for building simulate.py
 # Used for building/removing results
 
 # 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
 
 
 
 
 
 

UCC git Repository :: git.ucc.asn.au