| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'instr-to-kodkod/Makefile')
| -rw-r--r-- | instr-to-kodkod/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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 | 


