| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-08-28 15:48:08 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-08-28 15:48:08 +0200 |
| commit | 2a13a7957f08429c8b5c905032b26c51de57885f (patch) | |
| tree | 835961420970abe7be9edf1b42813949fe86db87 | |
| parent | 688d3be723b19655edcd1fc1de413b54630d4589 (diff) | |
The pong.xml AST is not included.
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ LEVEL_FILES = $(wildcard ${CURDIR}/data/level/*.lvl) PROPERTY_FILES = \ $(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 +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 |


