X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=home%2Fprogcomp%2Fjudge%2Fsimulator%2FMakefile;fp=home%2Fprogcomp%2Fjudge%2Fsimulator%2FMakefile;h=1d71ef579579b9db16db3d1b176b07aa8d5d2f29;hp=0000000000000000000000000000000000000000;hb=e3b15cd5dea739f7523920d83bda592db95a7b93;hpb=7f7bc05439b70b3139086086608996de3c9ae2ed diff --git a/home/progcomp/judge/simulator/Makefile b/home/progcomp/judge/simulator/Makefile new file mode 100644 index 0000000..1d71ef5 --- /dev/null +++ b/home/progcomp/judge/simulator/Makefile @@ -0,0 +1,15 @@ +#Makefile for simulations +# 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 + + + +clean: + rm -r -f $(RESULTSDIR) + rm -r -f $(LOGDIR)