The /home was not necessary
[progcomp2012.git] / progcomp / judge / simulator / Makefile
1 #Makefile for simulations
2 # Not used for building simulate.py
3 # Used for building/removing results
4
5 BASEDIR = /home/sam/Documents/progcomp2012/
6 RESULTSDIR = /home/sam/Documents/progcomp2012/results
7 LOGDIR = /home/sam/Documents/progcomp2012/log
8 AGENTSDIR = /home/sam/Documents/progcomp2012/samples
9 MANAGER = /home/sam/Documents/progcomp2012/manager/stratego
10
11
12
13 clean:
14         rm -r -f $(RESULTSDIR)
15         rm -r -f $(LOGDIR)

UCC git Repository :: git.ucc.asn.au