summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-30 13:57:53 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-30 13:57:53 +0200
commitb715c825c0a36063e7b79248059263b438a0b5a6 (patch)
tree0ffdcb05d7b24d8928109b11d7e4743ef57e804d /Makefile
parentaebd8f1bd52495b0a787e0cccfa4501141eace2b (diff)
Gets stuck due to scaling issues.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ecaee82..4a18566 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,14 @@
## Makefile Parameters #########################################################
LEVEL_FILES = $(wildcard ${CURDIR}/data/level/*.lvl)
PROPERTY_FILES = \
- $(wildcard ${CURDIR}/data/property/*.pro) \
- $(wildcard ${CURDIR}/data/property/cnes/*.pro)
+ $(wildcard ${CURDIR}/data/property/*.pro)
+# $(wildcard ${CURDIR}/data/property/cnes/*.pro)
AST_FILE = ${CURDIR}/data/ast/best_chronometer_ever.xml
#AST_FILE = ${CURDIR}/data/ast/pong.xml
TMP_DIR = /tmp/tabellion
MODEL_DIR = $(TMP_DIR)/mod
+MODEL_INSTANCES_DIR = $(TMP_DIR)/instance
SOL_DIR = $(TMP_DIR)/sol
## Sub-programs ################################################################