scala/ScalaBook/chapter-06/Makefile

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