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=0000000000000000000000000000000000000000;hp=6296c3a2726429e70973e927480f72c05923b771;hb=1a03b2543b67f0551e62babec4cd119f1e0e4640;hpb=e8a611c553bd336550c50ed7491d5800a2ae7142 diff --git a/progcomp/judge/simulator/Makefile b/progcomp/judge/simulator/Makefile deleted file mode 100644 index 6296c3a..0000000 --- a/progcomp/judge/simulator/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -#Makefile for simulations -# Not used for building simulate.py -# Used for building/removing results - -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) -