summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-30 11:22:16 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-30 11:22:16 +0200
commitaebd8f1bd52495b0a787e0cccfa4501141eace2b (patch)
treef2c0339b6cb0767fd858ea21523fd18f1bfdd075 /instance-calculator/Makefile
parent882d605d684abf7120a1b5b095e7f5425e77dd34 (diff)
Outputs are now generated.
Diffstat (limited to 'instance-calculator/Makefile')
-rw-r--r--instance-calculator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/instance-calculator/Makefile b/instance-calculator/Makefile
index 356b681..25d31cc 100644
--- a/instance-calculator/Makefile
+++ b/instance-calculator/Makefile
@@ -67,7 +67,7 @@ clean_solutions:
$(JAVAC) -cp $(CLASSPATH) $<
$(OUTPUT_FILE): $(MODEL_FILE) $(CLASSES)
- $(JAVA) -cp $(CLASSPATH) Main $(MODEL_FILE) "inst_" $@
+ $(JAVA) -cp $(CLASSPATH) Main $(MODEL_FILE) "inst_" $(INSTANCE_MODEL_DIR)
$(INSTANCE_MODEL_DIR):
mkdir -p $(INSTANCE_MODEL_DIR)