Skip to content

Commit

Permalink
Building jar is now default action in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dowobeha committed Jul 27, 2011
1 parent eda7aec commit 6971aa2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@


jar: compile
cd bin && zip -qr ../ducttape.jar *

compile: | lib/scalatest-1.6.1.jar bin
fsc -cp lib/scalatest-1.6.1.jar -d bin scala/*.scala

all: jar doc

jar: compile
cd bin && zip -qr ../ducttape.jar *

doc scaladoc:
scaladoc -d scaladoc -cp lib/scalatest-1.6.1.jar scala/*.scala
Expand Down

0 comments on commit 6971aa2

Please sign in to comment.