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

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

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