From 474f870ea7af014808d109fa687b5c75d8861bd1 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 4 Sep 2017 14:27:00 +0200 Subject: Fixes jar not downloading. --- instr-to-kodkod/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instr-to-kodkod/Makefile b/instr-to-kodkod/Makefile index 03e451a..56c129a 100644 --- a/instr-to-kodkod/Makefile +++ b/instr-to-kodkod/Makefile @@ -106,7 +106,8 @@ compile: $(PARSER_CLASSES) $(CLASSES) model: cfg-generator -solutions: cfg-generator $(PARSER_CLASSES) $(CLASSES) $(SOLUTION_FILES) +solutions: cfg-generator $(REQUIRED_JARS) $(PARSER_CLASSES) $(CLASSES) \ + $(SOLUTION_FILES) clean: $(MAKE) -C parser clean -- cgit v1.2.3-70-g09d2