Code Review
/
controller.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Added default output directory to CodeGeneratorImpl in maven-sal-api-gen-plugi...
[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