As suspected, it didn't work
[progcomp2012.git] / 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/progcomp
6 RESULTSDIR = /home/sam/Documents/progcomp2012/progcomp/web/results
7 LOGDIR = /home/sam/Documents/progcomp2012/progcomp/web/log
8 AGENTSDIR = /home/sam/Documents/progcomp2012/progcomp/agents
9 MANAGER = /home/sam/Documents/progcomp2012/progcomp/judge/manager/stratego
10
11
12
13 clean:
14         rm -r -f $(RESULTSDIR)
15         rm -r -f $(LOGDIR)
16

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