scala/ScalaBook/chapter-06/hello2h.mk

all:
    rm -f hello2h.jar *.class
    scalac hello2h.scala
    jar cvf hello2h.jar *.class close_button2.jpg
    rm *.class