X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=progcomp%2Fjudge%2Fsimulator%2FMakefile;h=6296c3a2726429e70973e927480f72c05923b771;hb=e8a611c553bd336550c50ed7491d5800a2ae7142;hp=1d71ef579579b9db16db3d1b176b07aa8d5d2f29;hpb=88fc5a96c424e9a451b98f3b680bc1980345320d;p=progcomp2012.git diff --git a/progcomp/judge/simulator/Makefile b/progcomp/judge/simulator/Makefile index 1d71ef5..6296c3a 100644 --- a/progcomp/judge/simulator/Makefile +++ b/progcomp/judge/simulator/Makefile @@ -2,14 +2,15 @@ # Not used for building simulate.py # Used for building/removing results -BASEDIR = /home/sam/Documents/progcomp2012/ -RESULTSDIR = /home/sam/Documents/progcomp2012/results -LOGDIR = /home/sam/Documents/progcomp2012/log -AGENTSDIR = /home/sam/Documents/progcomp2012/samples -MANAGER = /home/sam/Documents/progcomp2012/manager/stratego +BASEDIR = /home/sam/Documents/progcomp2012/progcomp +RESULTSDIR = /home/sam/Documents/progcomp2012/progcomp/web/results +LOGDIR = /home/sam/Documents/progcomp2012/progcomp/web/log +AGENTSDIR = /home/sam/Documents/progcomp2012/progcomp/agents +MANAGER = /home/sam/Documents/progcomp2012/progcomp/judge/manager/stratego clean: rm -r -f $(RESULTSDIR) rm -r -f $(LOGDIR) +