summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-03 17:17:38 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-03 17:17:38 +0200
commit43cb556708d727376724eac0e67207c28d1761bf (patch)
tree2de5bc01dda84b0993a84a5e5e73ff0f5b64a866 /instr-to-kodkod/Makefile
parent71f3a1bb063087e51f2b2e2ef940e773e2e084d1 (diff)
Fixes issues in properties, Makefiles.
Diffstat (limited to 'instr-to-kodkod/Makefile')
-rw-r--r--instr-to-kodkod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-to-kodkod/Makefile b/instr-to-kodkod/Makefile
index dd94b48..60ad8da 100644
--- a/instr-to-kodkod/Makefile
+++ b/instr-to-kodkod/Makefile
@@ -93,7 +93,7 @@ CLASSES = $(SOURCES:.java=.class)
SOLUTION_FILES = $(addprefix $(SOL_DIR)/,$(notdir $(PROPERTY_FILES:.pro=.sol)))
MODEL_FILES = \
$(MODEL_DIR)/structural.mod \
- $(MODEL_DIR)/depth.mod \
+ $(MODEL_DIR)/depths.mod \
$(filter-out %structural.mod,$(wildcard $(MODEL_DIR)/cfg_*.mod))
PARSER_SOURCES = $(wildcard parser/*.g4)
PARSER_CLASSES = $(PARSER_SOURCES:.g4=.class)