Changed directory structure (again)
[progcomp2012.git] / progcomp / judge / simulator / Makefile
diff --git a/progcomp/judge/simulator/Makefile b/progcomp/judge/simulator/Makefile
deleted file mode 100644 (file)
index 6296c3a..0000000
+++ /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)
-

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