summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-15 18:43:56 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-15 18:43:56 +0200
commitbe92d1955a45b81e3d7f4af26497c3d73aa46ceb (patch)
tree1aa263fc71d62f85d59e6bdc142b97bf4bb47e6d /instr-to-kodkod/Makefile
parentb45d145f19c7818db7a890117b089ebf3f891947 (diff)
Partial attr. support, build/run targets, literals
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