X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=progcomp%2Fjudge%2Fsimulator%2FMakefile;fp=progcomp%2Fjudge%2Fsimulator%2FMakefile;h=6296c3a2726429e70973e927480f72c05923b771;hp=423751646d18cbfff26d2224dd81cbdfe47a4295;hb=e8a611c553bd336550c50ed7491d5800a2ae7142;hpb=f74c2985f8082fffd45252f1349520449f689c46 diff --git a/progcomp/judge/simulator/Makefile b/progcomp/judge/simulator/Makefile index 4237516..6296c3a 100644 --- a/progcomp/judge/simulator/Makefile +++ b/progcomp/judge/simulator/Makefile @@ -3,8 +3,8 @@ # Used for building/removing results BASEDIR = /home/sam/Documents/progcomp2012/progcomp -RESULTSDIR = /home/sam/Documents/progcomp2012/progcomp/results -LOGDIR = /home/sam/Documents/progcomp2012/progcomp/log +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 @@ -13,3 +13,4 @@ MANAGER = /home/sam/Documents/progcomp2012/progcomp/judge/manager/stratego clean: rm -r -f $(RESULTSDIR) rm -r -f $(LOGDIR) +