X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=third-party%2Fopenflowj%2FMakefile;fp=third-party%2Fopenflowj%2FMakefile;h=b803071a3ec3fbd545a3bb1f9461407845efe0d3;hp=0000000000000000000000000000000000000000;hb=42210c03b0a4c54706320ba9f55794c0abd4d201;hpb=7576b38152b393793b1c9ec3df0ff86685f95236 diff --git a/third-party/openflowj/Makefile b/third-party/openflowj/Makefile new file mode 100644 index 0000000000..b803071a3e --- /dev/null +++ b/third-party/openflowj/Makefile @@ -0,0 +1,19 @@ +# Because I am old and crotchety and my fingers can't stop from running +# `make` commands +all: + ant + +run: + ant run + +doc: + ant javadoc + +tests: + ant tests + +count: + @find . -name \*.java | xargs wc -l | sort -n + +clean: + ant clean