From: Mark Wooding Date: Thu, 17 May 2018 09:38:10 +0000 (+0100) Subject: Makefile: Use the `fsc' Scala compiler instead, because it's less slow. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe-android/commitdiff_plain/815028668f96ee4e5da53ab66acdc78edd8c4876?hp=ac8e32b78055afd1e29305acc3cce6a1a0a78c09 Makefile: Use the `fsc' Scala compiler instead, because it's less slow. --- diff --git a/Makefile b/Makefile index 6e75ef5..0687ba2 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ LDFLAGS.so = -shared JAVAC = javac JAVAFLAGS = -d . -SCALAC = scalac +SCALAC = fsc SCALAFLAGS = -d . -optimise all::