summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'instr-to-kodkod/Makefile')
-rw-r--r--instr-to-kodkod/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/instr-to-kodkod/Makefile b/instr-to-kodkod/Makefile
index 1fe4535..dcdada8 100644
--- a/instr-to-kodkod/Makefile
+++ b/instr-to-kodkod/Makefile
@@ -94,6 +94,7 @@ SOLUTION_FILES = $(addprefix $(SOL_DIR)/,$(notdir $(PROPERTY_FILES:.pro=.sol)))
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))
PARSER_SOURCES = $(wildcard parser/*.g4)
PARSER_CLASSES = $(PARSER_SOURCES:.g4=.class)
@@ -102,6 +103,9 @@ export
## Makefile Rules ##############################################################
run: cfg-generator $(PARSER_CLASSES) $(CLASSES) $(SOLUTION_FILES)
+build: $(PARSER_CLASSES) $(CLASSES)
+ $(MAKE) -C cfg-to-paths build
+
cfg-generator:
$(MAKE) -C cfg-to-paths