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: https://git.distorted.org.uk/~mdw/tripe-android/commitdiff_plain/815028668f96ee4e5da53ab66acdc78edd8c4876 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::