Merge changes I7e42fc60,I6a7335b4,Ie11ee943,Ic48123a3,I89b6349e,I23a09513,Ibe5395dd...
[controller.git] / third-party / openflowj / Makefile
1 # Because I am old and crotchety and my fingers can't stop from running 
2 #       `make` commands
3 all:
4         ant
5
6 run:
7         ant run
8
9 doc: 
10         ant javadoc
11
12 tests:
13         ant tests
14
15 count: 
16         @find . -name \*.java | xargs wc -l | sort -n
17
18 clean:
19         ant clean