| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-19 16:12:54 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-19 16:12:54 +0200 | 
| commit | 0b35af5ee0e660c810e22a09738ff1960745db23 (patch) | |
| tree | 46adb210a3a4c0d70f2be5f0e4a6767860fa05e8 /instr-to-kodkod/Makefile | |
| parent | 8a15d57b056cf84aa9b2ae0234bf5bc432b414c3 (diff) | |
Fixes anonymous strings, adds CNE_01100 test.
Diffstat (limited to 'instr-to-kodkod/Makefile')
| -rw-r--r-- | instr-to-kodkod/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/instr-to-kodkod/Makefile b/instr-to-kodkod/Makefile index 08af039..b708c16 100644 --- a/instr-to-kodkod/Makefile +++ b/instr-to-kodkod/Makefile @@ -131,7 +131,7 @@ $(PARSER_CLASSES): antlr-4.7-complete.jar kodkod.jar $(PARSER_SOURCES)  $(SOL_DIR)/%.sol: $(PROPERTY_FILES) $(MODEL_FILES) $(LEVEL_FILES)  	touch $@ -	$(JAVA) -cp $(CLASSPATH) Main $@ \ +	$(JAVA) -cp $(CLASSPATH) Main $@ -v \  		$(filter %$(basename $(notdir $@)).pro,$(PROPERTY_FILES)) \  		$(LEVEL_FILES) \  		$(MODEL_FILES) \ | 


