Skip to content

Commit

Permalink
Add clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Burd committed Oct 30, 2011
1 parent 6cbd9bc commit 0908572
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -2,6 +2,10 @@
all:
mvn compile -e

clean:
mvn clean
@rm -rf ./tmp

test:
@rm -rf /tmp/woven-classes
@mkdir /tmp/woven-classes
Expand Down

0 comments on commit 0908572

Please sign in to comment.