| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-05-24 22:24:11 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-05-24 22:24:11 +0200 |
| commit | a858f1d7f4cc9cee322f2ceb911843584ba36e72 (patch) | |
| tree | d62c1eb53dfe92a46658883736bffce036e2fc99 /Makefile | |
| parent | 7f9db2e32838cac315965d986518fc61cf44567e (diff) | |
Got it to load the model from hastabel.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ $(BIN_DIR): $(RUN_SCRIPT): Makefile echo "#!/bin/sh" > $@ - echo "$(JAVA) -cp \"$(CLASSPATH)\" hastabel2idp.Main $$*" >> $@ + echo "$(JAVA) -cp \"$(CLASSPATH)\" hastabel2idp.Main \$$*" >> $@ chmod +x $@ ##### For my private use... |


