scala/ScalaBook/chapter-07/thread.mk

all:
    rm -f thread.jar *.class
    scalac thread.scala
    jar cvf thread.jar *.class
    rm *.class