diff --git a/judge/simulator/Makefile b/judge/simulator/Makefile
index c95e891518d8912ddc2b010ae8169a3059bf9410..4bf239d812a162ffdd8976f2f244ec2951f10e46 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