scala/ScalaBook/chapter-06/hello5.mk

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