scala/ScalaBook/chapter-07/thread2.mk

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