summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-01 16:26:48 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-01 16:26:48 +0200
commit69d904f3b2de5b914bc329af1729584f10644bf2 (patch)
tree79eea7a6738730f11cf622bfa25b5c4f9370b429
parent2db5b59a0b919212fcf751bbb27a001e0459049e (diff)
Starting a pretty-printer for the solutions.
-rw-r--r--instr-to-kodkod/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/instr-to-kodkod/Makefile b/instr-to-kodkod/Makefile
index 5d81814..9823919 100644
--- a/instr-to-kodkod/Makefile
+++ b/instr-to-kodkod/Makefile
@@ -8,8 +8,7 @@ MODEL_FILES = \
MAP_FILES = $(wildcard ../ast-to-instr/*.map)
LEVEL_DIR = $(wildcard ../data/level/*.lvl)
-PROPERTIES = \
- ../data/property/cnes/CNE_01700.pro
+PROPERTIES = $(wildcard ../data/property/cnes/*.pro)
## Executables #################################################################
JAVAC = javac