chiark
/
gitweb
/
~mdw
/
tripe-android
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ac8e32b
)
Makefile: Use the `fsc' Scala compiler instead, because it's less slow.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 17 May 2018 09:38:10 +0000
(10:38 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 17 May 2018 09:38:10 +0000
(10:38 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 6e75ef590a1a5331d9a19e358eeebd11862b76ef..0687ba2f5bc0b44a95157c53764d38f818c3db0c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-19,7
+19,7
@@
LDFLAGS.so = -shared
JAVAC = javac
JAVAFLAGS = -d .
JAVAC = javac
JAVAFLAGS = -d .
-SCALAC =
scala
c
+SCALAC =
fs
c
SCALAFLAGS = -d . -optimise
all::
SCALAFLAGS = -d . -optimise
all::