Updated YANG Type definitions and documentation in YANG Model Utils.
[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