summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-09-18 10:32:39 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-09-18 10:32:39 +0200
commit201c17fb6fd3773721044f681b3afc89b64a4978 (patch)
treeb87ab0ab746082a1e807cbdd455d12aa4d588ed4 /instr-to-kodkod
parent474f870ea7af014808d109fa687b5c75d8861bd1 (diff)
parente90c20f7c17b73c6ae8ff1d653278144c713a0e6 (diff)
Merge branch 'instance-calculator'
Diffstat (limited to 'instr-to-kodkod')
-rw-r--r--instr-to-kodkod/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/instr-to-kodkod/Makefile b/instr-to-kodkod/Makefile
index 56c129a..08af039 100644
--- a/instr-to-kodkod/Makefile
+++ b/instr-to-kodkod/Makefile
@@ -95,7 +95,8 @@ MODEL_FILES = \
$(MODEL_DIR)/structural.mod \
$(MODEL_DIR)/depths.mod \
$(MODEL_DIR)/string_to_instr.map \
- $(filter-out %structural.mod,$(wildcard $(MODEL_DIR)/cfg_*.mod))
+ $(wildcard $(MODEL_DIR)/cfg_*.mod) \
+ $(wildcard $(MODEL_INSTANCES_DIR)/*.mod)
PARSER_SOURCES = $(wildcard parser/*.g4)
PARSER_CLASSES = $(PARSER_SOURCES:.g4=.class)