Trivial
[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 = ../../
6 RESULTSDIR = ../../web/results
7 LOGDIR = ../../web/log
8 AGENTSDIR = ../../agents
9 MANAGER = ../../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