summaryrefslogtreecommitdiff
path: root/tools/codegen
blob: 35c93fba1684159ea40dd5b4e7b2c5c7a4b3e871 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
#

THISDIR=`dirname $0`
SCALALIB=$THISDIR/../src/library/scala
BINDIR=$THISDIR/../build/quick/bin

$BINDIR/scala scala.tools.cmd.gen.Codegen "$@"