summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-09-18 10:33:11 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-09-18 10:33:11 +0200
commit77838a1342b53ca97d842ef47ff91f44f6a5bbeb (patch)
tree5fd4581afb6782dcf45b129f0d23bd8ead301a4f
parent201c17fb6fd3773721044f681b3afc89b64a4978 (diff)
Go back to the usual default properties.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c5a5601..a959838 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
## Makefile Parameters #########################################################
LEVEL_FILES = $(wildcard ${CURDIR}/data/level/*.lvl)
PROPERTY_FILES = \
- $(wildcard ${CURDIR}/data/property/test-case/*.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