Mercurial > hg > may
view yc @ 76:ca74e2917a3a
This Makefile is misleading, it hasn't anything in it yet
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2013 22:25:32 +0000 |
parents | 330f8b936092 |
children |
line wrap: on
line source
#!/bin/sh YETI_LIBDIR=${YETI_LIBDIR:=../yeti} if [ ! -d "$YETI_LIBDIR" ]; then YETI_LIBDIR=../other/yeti fi rlwrap $JAVA_HOME/bin/java -classpath $YETI_LIBDIR/yeti.jar:$YETI_LIBDIR/yeti-lib.jar:jtransforms-2.4.jar yeti.lang.compiler.yeti "$@"